Skip to content

Commit

Permalink
Updated version for stable 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stolyarenkoks committed Sep 15, 2023
1 parent 4a51e6a commit 19631f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.sks.UnlockSlider-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -448,7 +448,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.sks.UnlockSlider-Demo";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ Fully customized Slide to Unlock Control, written on Swift under the short name
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Alamofire into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'UnlockSlider', '~> 0.0.1'
pod 'UnlockSlider', '~> 0.1.0'
```

### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "stolyarenkoks/UnlockSlider" "0.0.1"
github "stolyarenkoks/UnlockSlider" "0.1.0"
```

### Swift Package Manager
Expand All @@ -69,7 +69,7 @@ Once you have your Swift package set up, adding UnlockSlider as a dependency is

```swift
dependencies: [
.package(url: "https://github.com/stolyarenkoks/UnlockSlider", from: "0.0.1")
.package(url: "https://github.com/stolyarenkoks/UnlockSlider", from: "0.1.0")
]
```

Expand Down
2 changes: 1 addition & 1 deletion UnlockSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UnlockSlider'
s.version = '0.0.2'
s.version = '0.1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Fully customized Slide to Unlock Control, written on Swift under the short name - UnlockSlider'
s.homepage = 'https://github.com/stolyarenkoks/UnlockSlider'
Expand Down
4 changes: 2 additions & 2 deletions UnlockSlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.sks.UnlockSlider;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -303,7 +303,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.0.2;
MARKETING_VERSION = 0.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.sks.UnlockSlider;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 19631f5

Please sign in to comment.