Skip to content

Commit

Permalink
Bump version: 1.4.0 → 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuspg committed Sep 26, 2016
1 parent 30e28db commit a962564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = 1.4.0
current_version = 1.5.0
commit = True
tag = False

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": "fiware-aiakos",
"version": "1.4.0",
"version": "1.5.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.projectName=Aiakos
sonar.projectKey=com.telefonica.iot:aiakos
sonar.sources=.
sonar.dynamicAnalysis=reuseReports
sonar.projectVersion=1.4.0
sonar.projectVersion=1.5.0

# path to source directories (required)
sonar.exclusions=**/licenses/**, \
Expand Down

0 comments on commit a962564

Please sign in to comment.