Skip to content

Commit

Permalink
Bump version to 1.1.1; update change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Feb 7, 2017
1 parent ab0488d commit 954bea7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.1.1 (2017-02-07)

This release contains the following change:

* A Swift 3.1 compilation issue about SipHash's (ab)use of @inline(__always) was fixed.

# Version 1.1.0 (2016-11-23)

This release contains the following changes:
Expand Down
2 changes: 1 addition & 1 deletion SipHash.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SipHash'
spec.version = '1.1.0'
spec.version = '1.1.1'
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.9"
spec.tvos.deployment_target = "9.0"
Expand Down
4 changes: 2 additions & 2 deletions version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
//

// Increment the build number whenever you modify the version string.
VERSION_STRING = 1.1.0
BUILD_NUMBER = 1
VERSION_STRING = 1.1.1
BUILD_NUMBER = 3

PROJECT_NAME = SipHash
BUNDLE_IDENTIFIER_BASE = hu.lorentey.$(PROJECT_NAME)
Expand Down

0 comments on commit 954bea7

Please sign in to comment.