From 3f786730d2967f192cbe8c4f9843bc865aa8d12a Mon Sep 17 00:00:00 2001 From: Yasuhiro Hatta Date: Sun, 11 Aug 2024 22:05:41 +0900 Subject: [PATCH] Release 1.3.1 --- README.md | 4 ++-- ULID.swift.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6609b1e..77ab572 100644 --- a/README.md +++ b/README.md @@ -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( @@ -91,7 +91,7 @@ let package = Package( ### CocoaPods ``` -pod 'ULID.swift', '~> 1.3.0' +pod 'ULID.swift', '~> 1.3.1' ``` ## License diff --git a/ULID.swift.podspec b/ULID.swift.podspec index f3d690f..92f9056 100644 --- a/ULID.swift.podspec +++ b/ULID.swift.podspec @@ -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' => 'hatta.yasuhiro@gmail.com' }