Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnlima committed Jun 30, 2021
1 parent 0b3da42 commit 3120b75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LMStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "LMStorage"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "💾 LMStorage is a framework which reduces the complexity of managing a persistent layer."
s.requires_arc = true
s.homepage = "https://github.com/thejohnlima/LMStorage"
s.license = "MIT"
s.author = { "John Lima" => "[email protected]" }
s.social_media_url = "https://twitter.com/thejohnlima"
s.platform = :ios, "9.0"
s.platform = :ios, "12.1"
s.source = { :git => "https://github.com/thejohnlima/LMStorage.git", :tag => "#{s.version}" }
s.source_files = "Sources/LMStorage/**/*.{swift}"
s.swift_version = "5.0"
Expand Down
4 changes: 2 additions & 2 deletions Project/LMStorage.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.LMStorage;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -304,7 +304,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = thejohnlima.LMStorage;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 3120b75

Please sign in to comment.