Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Mar 8, 2022
1 parent 07c6c79 commit bee98c6
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 = 1.3.0
ver = 1.3.1

.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 = "1.3.0"
s.version = "1.3.1"
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 @@ -13,7 +13,7 @@
## Installation
### SwiftPM (recommended)
```swift:Package.swift
.package(url: "https://github.com/417-72KI/MockUserDefaults.git", from: "1.3.0"),
.package(url: "https://github.com/417-72KI/MockUserDefaults.git", from: "1.3.1"),
```

### CocoaPods
Expand Down

0 comments on commit bee98c6

Please sign in to comment.