Skip to content

Commit e325083

Browse files
author
Koray Koska
committed
Bump to version 1.2.2
1 parent 809f819 commit e325083

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 1.2.2 (2018-06-08)
2+
3+
This release contains the following changes:
4+
5+
* Fix some warnings for Swift 4.1.
6+
* Fix issues with `swift test` on Linux.
7+
18
# Version 1.2.1 (2018-05-27)
29

310
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.2.1'
3+
spec.version = '1.2.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.2.1
10-
BUILD_NUMBER = 6
9+
VERSION_STRING = 1.2.2
10+
BUILD_NUMBER = 7
1111

1212
PROJECT_NAME = SipHash
1313
BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)

0 commit comments

Comments
 (0)