Skip to content

Commit dcbcdd1

Browse files
authored
Merge pull request #137 from Authenticator-Extension/dev
5.0.10
2 parents 7ba406d + bbf36ed commit dcbcdd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ ssh-add $TRAVIS_BUILD_DIR/ci/authenticator-build-key
1313
# Create and push tag
1414
export GIT_TAG=v$(grep -m 1 "\"version\"" $TRAVIS_BUILD_DIR/manifest-chrome.json | sed -r 's/^ *//;s/.*: *"//;s/",?//')
1515
git checkout $TRAVIS_BRANCH
16-
git tag $GIT_TAG -a -m "Automatic tag from TravisCI build $TRAVIS_BUILD_NUMBER"
16+
git tag $GIT_TAG -a -m "Automatic tag from TravisCI build $TRAVIS_JOB_NUMBER"
1717
git push origin $GIT_TAG

manifest-chrome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
5-
"version": "5.0.9",
5+
"version": "5.0.10",
66
"default_locale": "en",
77
"description": "__MSG_extDesc__",
88
"icons": {

manifest-firefox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extName__",
44
"short_name": "__MSG_extShortName__",
5-
"version": "5.0.9",
5+
"version": "5.0.10",
66
"default_locale": "en",
77
"description": "__MSG_extDesc__",
88
"applications": {

0 commit comments

Comments
 (0)