Skip to content

Commit

Permalink
Bump version: 2.11.2 → 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedexter committed May 22, 2018
1 parent 38f4901 commit 4eacb6c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.11.2
current_version = 2.11.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-frontend",
"version": "2.11.2",
"version": "2.11.3",
"dependencies": {
"jquery": "^3.2.1",
"angular": "^1.6.8",
Expand Down
2 changes: 1 addition & 1 deletion ci-e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ services:
- portalbackend

frontend:
image: hbpmip/portal-frontend:2.11.2
image: hbpmip/portal-frontend:2.11.3
depends_on:
- portalbackend
ports:
Expand Down
10 changes: 5 additions & 5 deletions hbp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ testing:
# command: grunt test

release_management:
current_version: 2.11.2
current_code_release: https://github.com/HBPMedical/portal-frontend/archive/2.11.2.zip
current_binary_release: https://pypi.python.org/pypi/portal-frontend/2.11.2
current_version: 2.11.3
current_code_release: https://github.com/HBPMedical/portal-frontend/archive/2.11.3.zip
current_binary_release: https://pypi.python.org/pypi/portal-frontend/2.11.3
release_script: 'publish.sh'

continuous_integration:
Expand All @@ -86,10 +86,10 @@ continuous_integration:
distribution:
docker_hub:
name: hbpmip/portal-frontend
current_tag: 2.11.2
current_tag: 2.11.3
url: https://hub.docker.com/r/hbpmip/portal-frontend/
badge: https://img.shields.io/badge/docker-hbpmip%2Fportal--frontend-008bb8.svg
command: docker pull hbpmip/portal-frontend:2.11.2
command: docker pull hbpmip/portal-frontend:2.11.3

planning:
github:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "2.11.2",
"version": "2.11.3",
"dependencies": {
"@uirouter/angularjs": "1.0.14",
"angular": "1.6.8",
Expand Down

0 comments on commit 4eacb6c

Please sign in to comment.