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

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Feb 15, 2019
1 parent f1ddbc0 commit d275d3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 3000022
versionName "3.0.2"
versionCode 3000030
versionName "3.0.3"

multiDexEnabled true

Expand Down
4 changes: 2 additions & 2 deletions ios/StandardNotes/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.2</string>
<string>3.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</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": "3.0.2",
"versionIOS": "3.0.2",
"versionAndroid": "3.0.2",
"version": "3.0.3",
"versionIOS": "3.0.3",
"versionAndroid": "3.0.3",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
Expand Down

0 comments on commit d275d3f

Please sign in to comment.