Skip to content

Commit c046b2a

Browse files
committed
Bump version to 1.1.2.
1 parent 26d40eb commit c046b2a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode8.1
2+
osx_image: xcode8.3
33
script:
44
- xcrun xcodebuild -project SipHash.xcodeproj -scheme SipHash-macOS test
55
- xcrun xcodebuild -project SipHash.xcodeproj -scheme SipHash-iOS

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.1.2 (2017-05-05)
2+
3+
This release contains the following change:
4+
5+
* Removed all remaining use of @inline(__always) attributes.
6+
17
# Version 1.1.1 (2017-02-07)
28

39
This release contains the following change:

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.1'
3+
spec.version = '1.1.2'
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.1
10-
BUILD_NUMBER = 3
9+
VERSION_STRING = 1.1.2
10+
BUILD_NUMBER = 4
1111

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

0 commit comments

Comments
 (0)