Skip to content

Commit def0132

Browse files
committed
🔖 Bump version to 6.12.0
1 parent ed0b278 commit def0132

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

‎ACKategories.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ACKategories'
3-
s.version = '6.11.0'
3+
s.version = '6.12.0'
44
s.summary = 'A bunch of useful tools, cocoa subclasses and extensions'
55
s.description = <<-DESC
66
Tools, cocoa subclasses and extensions we love to use at Ackee.

‎ACKategories.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@
12881288
GCC_WARN_UNINITIALIZED_AUTOS = YES;
12891289
GCC_WARN_UNUSED_FUNCTION = YES;
12901290
GCC_WARN_UNUSED_VARIABLE = YES;
1291-
MARKETING_VERSION = 6.11.0;
1291+
MARKETING_VERSION = 6.12.0;
12921292
ONLY_ACTIVE_ARCH = YES;
12931293
SWIFT_VERSION = 5.0;
12941294
};
@@ -1323,7 +1323,7 @@
13231323
GCC_WARN_UNINITIALIZED_AUTOS = YES;
13241324
GCC_WARN_UNUSED_FUNCTION = YES;
13251325
GCC_WARN_UNUSED_VARIABLE = YES;
1326-
MARKETING_VERSION = 6.11.0;
1326+
MARKETING_VERSION = 6.12.0;
13271327
SWIFT_COMPILATION_MODE = wholemodule;
13281328
SWIFT_VERSION = 5.0;
13291329
};

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
```
88

99
## Next
10+
11+
## 6.12.0
1012
- Binary is built using Xcode 13.4 ([#125](https://github.com/AckeeCZ/ACKategories/pull/125), kudos to @olejnjak)
1113
- Add `projectedValue` to `UserDefault` property wrapper with `CurrentValueSubject` ([#124](https://github.com/AckeeCZ/ACKategories/pull/124), kudos to @olejnjak)
1214
- Fix navigation stack when managed by flow coordinators in non-linear hierarchy ([#123](https://github.com/AckeeCZ/ACKategories/pull/123), kudos to @olejnjak)

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ A bunch of tools, cocoa subclasses and extensions we created and use at Ackee.
1616
ACKategories is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:
1717

1818
```ruby
19-
pod "ACKategories", "~> 6.11.0"
19+
pod "ACKategories", "~> 6.12.0"
2020
```
2121

2222
### Carthage
2323

2424
You can also use [Carthage](https://github.com/Carthage/Carthage). Specify this repo in your Cartfile:
2525

2626
```
27-
github "AckeeCZ/ACKategories" ~> 6.11.0
27+
github "AckeeCZ/ACKategories" ~> 6.12.0
2828
```
2929

3030
### SPM
3131

3232
Or you can use [SPM](https://github.com/apple/swift-package-manager). Add this to your `Package.swift`:
3333

3434
```swift
35-
.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.11.0")),
35+
.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.12.0")),
3636
```
3737

3838

0 commit comments

Comments
 (0)