Skip to content

Commit

Permalink
Prepare version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quangctkm9207 committed Mar 25, 2021
1 parent 5dc843e commit 0a4be88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
==========
Version 0.8.0 *(2021-03-25)*
--------------------------------
* Add the feature that is able to "Skip" showcase
* Fix the tab bar showing issue

Version 0.7.3 *(2020-12-15)*
--------------------------------
* Fix the issue that the text is not correctly laid out (out of view) on iPad
Expand Down
2 changes: 1 addition & 1 deletion MaterialShowcase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MaterialShowcase'
s.version = '0.7.3'
s.version = '0.8.0'
s.summary = 'An elegant and beautiful showcase for iOS apps.'

s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions MaterialShowcase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4V6HDFWSR4;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -441,7 +441,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.7.3;
MARKETING_VERSION = 0.8.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.aromajoin.MaterialShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -457,7 +457,7 @@
APPLICATION_EXTENSION_API_ONLY = NO;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 5;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 4V6HDFWSR4;
DYLIB_COMPATIBILITY_VERSION = 1;
Expand All @@ -467,7 +467,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 0.7.3;
MARKETING_VERSION = 0.8.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.aromajoin.MaterialShowcase;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 0a4be88

Please sign in to comment.