Skip to content

Commit 954bea7

Browse files
committed
Bump version to 1.1.1; update change log.
1 parent ab0488d commit 954bea7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.1.1 (2017-02-07)
2+
3+
This release contains the following change:
4+
5+
* A Swift 3.1 compilation issue about SipHash's (ab)use of @inline(__always) was fixed.
6+
17
# Version 1.1.0 (2016-11-23)
28

39
This release contains the following changes:

SipHash.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'SipHash'
3-
spec.version = '1.1.0'
3+
spec.version = '1.1.1'
44
spec.ios.deployment_target = "8.0"
55
spec.osx.deployment_target = "10.9"
66
spec.tvos.deployment_target = "9.0"

version.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77

88
// Increment the build number whenever you modify the version string.
9-
VERSION_STRING = 1.1.0
10-
BUILD_NUMBER = 1
9+
VERSION_STRING = 1.1.1
10+
BUILD_NUMBER = 3
1111

1212
PROJECT_NAME = SipHash
1313
BUNDLE_IDENTIFIER_BASE = hu.lorentey.$(PROJECT_NAME)

0 commit comments

Comments
 (0)