Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 16, 2023
1 parent 396fc78 commit a5a066e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT_NAME = MockUserDefaults

ver = 2.1.0
ver = 2.1.1

.SILENT:

Expand Down
4 changes: 2 additions & 2 deletions MockUserDefaults.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MockUserDefaults"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Mocking UserDefaults for tests"

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.14"
s.watchos.deployment_target = "2.0"
s.watchos.deployment_target = "4.0"
s.tvos.deployment_target = "11.0"

s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Installation
### SwiftPM (recommended)
```swift:Package.swift
.package(url: "https://github.com/417-72KI/MockUserDefaults.git", from: "2.1.0"),
.package(url: "https://github.com/417-72KI/MockUserDefaults.git", from: "2.1.1"),
```

### CocoaPods
Expand Down

0 comments on commit a5a066e

Please sign in to comment.