Skip to content

Commit

Permalink
bumped version to 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinehage committed Jun 22, 2021
1 parent 5928c55 commit dfda79d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- git config --local user.email ${GIT_EMAIL}
- git tag ${PACKAGE_VERSION}

- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

- docker build -t soajsorg/repositories .

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "soajs.repositories",
"description": "soajs Repositories service",
"version": "1.0.25",
"version": "1.0.26",
"author": {
"name": "soajs team",
"email": "team@soajs.org"
Expand Down Expand Up @@ -30,8 +30,8 @@
"mocha": "6.2.2",
"nock": "11.7.2",
"request": "2.88.2",
"soajs.controller": "4.0.38",
"soajs.marketplace": "1.0.41",
"soajs.controller": "4.0.39",
"soajs.marketplace": "1.0.43",
"sinon": "8.1.1"
},
"dependencies": {
Expand All @@ -40,7 +40,7 @@
"lodash": "4.17.21",
"parse-url": "5.0.2",
"shortid": "2.2.16",
"soajs": "4.0.24",
"soajs": "4.0.26",
"yamljs": "0.3.0"
}
}

0 comments on commit dfda79d

Please sign in to comment.