Skip to content

Commit

Permalink
Bump version to 2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykjchen committed Jul 21, 2023
1 parent d8a65c5 commit e70e889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PromisesObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PromisesObjC'
s.version = '2.3.0'
s.version = '2.3.1'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/promises'
Expand Down
2 changes: 1 addition & 1 deletion PromisesSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PromisesSwift'
s.version = '2.3.0'
s.version = '2.3.1'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }
s.homepage = 'https://github.com/google/promises'
Expand Down
2 changes: 1 addition & 1 deletion g3doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ In your `Package.swift` file, add `Promises` dependency to corresponding targets
let package = Package(
// ...
dependencies: [
.package(url: "https://github.com/google/promises.git", from: "2.3.0"),
.package(url: "https://github.com/google/promises.git", from: "2.3.1"),
],
// ...
)
Expand Down

0 comments on commit e70e889

Please sign in to comment.