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

Commit

Permalink
2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Oct 30, 2018
1 parent 830271f commit 789073e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ android {
applicationId "com.standardnotes"
minSdkVersion 21
targetSdkVersion 25
versionCode 2030900
versionName "2.3.9"
versionCode 2031000
versionName "2.3.10"
multiDexEnabled true
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down
2 changes: 1 addition & 1 deletion ios/StandardNotes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.9</string>
<string>2.3.10</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "StandardNotes",
"version": "2.3.9",
"versionIOS": "2.3.9",
"versionAndroid": "2.3.9",
"version": "2.3.10",
"versionIOS": "2.3.10",
"versionAndroid": "2.3.10",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
Expand Down

0 comments on commit 789073e

Please sign in to comment.