Skip to content

Commit

Permalink
update compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarBasem committed Nov 28, 2021
1 parent 040ea35 commit 66391de
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
Binary file modified android/.idea/caches/build_file_checksums.ser
Binary file not shown.
5 changes: 2 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"

versionCode 2
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion client-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stick-protocol-handlers",
"version": "1.2.0",
"version": "1.2.1",
"description": "Client handlers for the Stick Protocol - an end-to-end encryption protocol tailored for social network platforms",
"main": "StickProtocolHandlers.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ios/StickProtocol/StickProtocol.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|


spec.name = "StickProtocol"
spec.version = "1.2.0"
spec.version = "1.2.1"
spec.summary = "End-to-End Encryption Protocol Tailored For Social Network Platforms"
spec.swift_version = "5.0"

Expand Down
4 changes: 4 additions & 0 deletions ios/StickProtocol/StickProtocol.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 88J4C462WP;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1023,6 +1024,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
NEW_SETTING = "";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.stiiick.StickProtocol;
Expand All @@ -1044,6 +1046,7 @@
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 88J4C462WP;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -1057,6 +1060,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.1;
NEW_SETTING = "";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.stiiick.StickProtocol;
Expand Down
2 changes: 1 addition & 1 deletion ios/StickProtocol/StickProtocol/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion server/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = stick-protocol-server
version = 1.2.0
version = 1.2.1
description = Stick protocol server for Django.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 66391de

Please sign in to comment.