Skip to content

Commit

Permalink
v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grgur committed Jan 30, 2019
1 parent 030d6de commit 2c846d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "app.modus.beep"
minSdkVersion 21
targetSdkVersion 27
versionCode 10
versionName "1.0.4"
versionCode 11
versionName "1.0.5"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App.xcodeproj/project.pbxproj
Expand Up @@ -384,7 +384,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 35;
DEVELOPMENT_TEAM = 287TS9B2H2;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -408,7 +408,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 30;
CURRENT_PROJECT_VERSION = 35;
DEVELOPMENT_TEAM = 287TS9B2H2;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>1.0.5</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>30</string>
<string>35</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@modus/beep",
"version": "1.0.4",
"version": "1.0.5",
"description": "A security oriented project showcasing the power of Ionic4 and Vuejs",
"author": "Michael Tintiuc <michael.tintiuc@moduscreate.com>",
"user": "michaeltintiuc",
Expand Down

0 comments on commit 2c846d8

Please sign in to comment.