Skip to content

Commit

Permalink
Update version to 2.0.0 (#28)
Browse files Browse the repository at this point in the history
* Update version to 2.0.0

* Update version in Hanson.podspec
  • Loading branch information
bramschulting authored Nov 6, 2020
1 parent 1729d17 commit 0852a72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

### 2.0.0 (2020-11-06)

Breaking change:

- Added support for `EventScheduler`. This changes the `EventPublisher` protocol. Apps that use their own implementation of this protocol need to update their implementation.

### 1.2 (2017-09-26)

- Update for Swift 4.
Expand Down
2 changes: 1 addition & 1 deletion Hanson.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Hanson"
spec.version = "1.3"
spec.version = "2.0.0"
spec.summary = "Lightweight observations and bindings in Swift"
spec.homepage = "https://github.com/blendle/Hanson"
spec.license = { :type => "ISC", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion Hanson/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.1</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 0852a72

Please sign in to comment.