Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Mobile version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlinton committed May 26, 2020
1 parent b0d6f20 commit 97bac31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mobile/ios/OriginMarketplace/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.31</string>
<string>0.32</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Origin Protocol Inc",
"license": "MIT",
"repository": "https://github.com/OriginProtocol/origin/mobile",
"version": "0.31.2",
"version": "0.32.1",
"scripts": {
"android": "react-native run-android --appId com.origincatcher",
"clean": "git clean -fdX .",
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

export const VERSION = '0.31.2'
export const VERSION = '0.32.1'

class Enum extends Array {
constructor(...args) {
Expand Down

0 comments on commit 97bac31

Please sign in to comment.