Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaslab committed Aug 11, 2024
1 parent aafd430 commit 3f78673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let package = Package(
name: "MyPackage",
dependencies: [
// Add `ULID.swift` package here.
.package(url: "https://github.com/yaslab/ULID.swift.git", from: "1.3.0")
.package(url: "https://github.com/yaslab/ULID.swift.git", from: "1.3.1")
],
targets: [
.executableTarget(
Expand All @@ -91,7 +91,7 @@ let package = Package(
### CocoaPods

```
pod 'ULID.swift', '~> 1.3.0'
pod 'ULID.swift', '~> 1.3.1'
```

## License
Expand Down
2 changes: 1 addition & 1 deletion ULID.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ULID.swift'
spec.version = '1.3.0'
spec.version = '1.3.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/yaslab/ULID.swift'
spec.authors = { 'Yasuhiro Hatta' => '[email protected]' }
Expand Down

0 comments on commit 3f78673

Please sign in to comment.