Skip to content

Commit

Permalink
Bump version to 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykjchen committed May 4, 2021
1 parent 2f94b94 commit 611337c
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 = '1.2.12'
s.version = '2.0.0'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache', :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 = '1.2.12'
s.version = '2.0.0'
s.authors = 'Google Inc.'
s.license = { :type => 'Apache', :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: "1.2.0"),
.package(url: "https://github.com/google/promises.git", from: "2.0.0"),
],
// ...
)
Expand Down

0 comments on commit 611337c

Please sign in to comment.