Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
- got error uploading saying 1.8.0 is closed (assuming because already released)
  • Loading branch information
poltak committed Oct 18, 2021
1 parent 7c0f532 commit 84ae0a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "memex-mobile",
"version": "1.8.0",
"versionCode": "71",
"versionCodeDev": "71",
"version": "1.8.1",
"versionCode": "72",
"versionCodeDev": "72",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down

0 comments on commit 84ae0a1

Please sign in to comment.