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

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Mar 29, 2019
1 parent 6a6d28c commit 263f8d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion

versionCode 3000030
versionName "3.0.3"
versionCode 3000040
versionName "3.0.4"

multiDexEnabled true

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "StandardNotes",
"version": "3.0.4-beta1",
"versionIOS": "3.0.4-beta1",
"versionAndroid": "3.0.4-beta1",
"version": "3.0.4",
"versionIOS": "3.0.4",
"versionAndroid": "3.0.4",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
Expand All @@ -28,8 +28,8 @@
"react-navigation": "^3.0.9",
"react-navigation-header-buttons": "^2.1.1",
"regenerator": "^0.13.3",
"sn-models": "0.1.13",
"standard-file-js": "0.3.50"
"sn-models": "0.1.14",
"standard-file-js": "0.3.54"
},
"devDependencies": {
"babel-jest": "^23.6.0",
Expand Down

0 comments on commit 263f8d2

Please sign in to comment.