File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# Version 1.2.1 (2018-05-27)
2
9
3
10
This release contains the following change:
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'SipHash'
3
- spec . version = '1.2.1 '
3
+ spec . version = '1.2.2 '
4
4
spec . ios . deployment_target = "8.0"
5
5
spec . osx . deployment_target = "10.9"
6
6
spec . tvos . deployment_target = "9.0"
Original file line number Diff line number Diff line change 6
6
//
7
7
8
8
// 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
11
11
12
12
PROJECT_NAME = SipHash
13
13
BUNDLE_IDENTIFIER_BASE = org.attaswift.$(PROJECT_NAME)
You can’t perform that action at this time.
0 commit comments