Skip to content

Commit

Permalink
Merge pull request #330 from onewordstudios/showcase-hotfix
Browse files Browse the repository at this point in the history
Showcase Hotfix
  • Loading branch information
mt-xing authored May 22, 2020
2 parents 1f930b6 + aa3ef2d commit 09e912a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "fun.onewordstudios.sweetspace"
minSdkVersion 21
targetSdkVersion 29
versionCode 40001
versionName '0.4.0'
versionCode 40101
versionName '0.4.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
12 changes: 6 additions & 6 deletions build-apple/Sweetspace.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(STATIC_LIB)";
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.ios.sweetspace;
PRODUCT_NAME = sweetspace;
Expand Down Expand Up @@ -961,7 +961,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = "$(STATIC_LIB)";
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.ios.sweetspace;
PRODUCT_NAME = sweetspace;
Expand Down Expand Up @@ -989,7 +989,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace.ios;
PRODUCT_NAME = sweetspace;
Expand All @@ -1015,7 +1015,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.9;
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace.ios;
PRODUCT_NAME = sweetspace;
Expand Down Expand Up @@ -1150,7 +1150,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Resources/Mac-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace;
PRODUCT_NAME = "Sweetspace (Mac)";
};
Expand All @@ -1168,7 +1168,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Resources/Mac-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = fun.onewordstudios.sweetspace;
PRODUCT_NAME = "Sweetspace (Mac)";
};
Expand Down

0 comments on commit 09e912a

Please sign in to comment.