Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Sep 16, 2023
1 parent a95b16b commit bf792ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.0
ver = 2.1.0

.SILENT:

Expand Down
2 changes: 1 addition & 1 deletion 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.0.0"
s.version = "2.1.0"
s.summary = "Mocking UserDefaults for tests"

s.description = <<-DESC
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.0.0"),
.package(url: "https://github.com/417-72KI/MockUserDefaults.git", from: "2.1.0"),
```

### CocoaPods
Expand Down

0 comments on commit bf792ce

Please sign in to comment.