Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
chore: release 1.2.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Jan 25, 2019
1 parent 2029ad1 commit af18c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/serlo-abc",
"version": "1.2.2-0",
"version": "1.2.2-1",
"versionCode": 5,
"main": "node_modules/expo/AppEntry.js",
"repository": "serlo/serlo-abc",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-app-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const travisConfig = mergeDeepRight(config, {
nonPersistent: true
},
ios: {
buildNumber: version
buildNumber: version.split('-')[0]
},
android: {
versionCode
Expand Down

0 comments on commit af18c05

Please sign in to comment.