diff --git a/Drops.podspec b/Drops.podspec index 3868249..b5fb598 100644 --- a/Drops.podspec +++ b/Drops.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Drops' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'A µFramework for showing iOS 13 like system alerts' s.description = <<-DESC A µFramework for showing alerts like the one used when copying from pasteboard or connecting Apple pencil. diff --git a/Drops.xcodeproj/project.pbxproj b/Drops.xcodeproj/project.pbxproj index 5a071de..a2884a0 100644 --- a/Drops.xcodeproj/project.pbxproj +++ b/Drops.xcodeproj/project.pbxproj @@ -770,7 +770,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.omaralbeik.drops; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -799,7 +799,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.0.0; + MARKETING_VERSION = 1.0.1; PRODUCT_BUNDLE_IDENTIFIER = com.omaralbeik.drops; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; diff --git a/README.md b/README.md index 6892a55..43c35ae 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for ma ```swift dependencies: [ - .package(url: "https://github.com/omaralbeik/Drops.git", from: "1.0.0") + .package(url: "https://github.com/omaralbeik/Drops.git", from: "1.0.1") ] ``` @@ -75,7 +75,7 @@ $ swift build To integrate Drops into your Xcode project using [CocoaPods](https://cocoapods.org), specify it in your Podfile: ```rb -pod 'Drops', :git => 'https://github.com/omaralbeik/Drops.git', :tag => '1.0.0' +pod 'Drops', :git => 'https://github.com/omaralbeik/Drops.git', :tag => '1.0.1' ``` ### Carthage