Skip to content

Commit 805b466

Browse files
committed
🔖 Bump version to 6.11.0
1 parent 1bb67ae commit 805b466

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-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.10.0'
3+
s.version = '6.11.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
@@ -1286,7 +1286,7 @@
12861286
GCC_WARN_UNINITIALIZED_AUTOS = YES;
12871287
GCC_WARN_UNUSED_FUNCTION = YES;
12881288
GCC_WARN_UNUSED_VARIABLE = YES;
1289-
MARKETING_VERSION = 6.10.0;
1289+
MARKETING_VERSION = 6.11.0;
12901290
ONLY_ACTIVE_ARCH = YES;
12911291
SWIFT_VERSION = 5.0;
12921292
};
@@ -1321,7 +1321,7 @@
13211321
GCC_WARN_UNINITIALIZED_AUTOS = YES;
13221322
GCC_WARN_UNUSED_FUNCTION = YES;
13231323
GCC_WARN_UNUSED_VARIABLE = YES;
1324-
MARKETING_VERSION = 6.10.0;
1324+
MARKETING_VERSION = 6.11.0;
13251325
SWIFT_COMPILATION_MODE = wholemodule;
13261326
SWIFT_VERSION = 5.0;
13271327
};

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
```
88

99
## Next
10+
11+
## 6.11.0
12+
1013
- Create `PublisherExtensions.swift` and add `weakAssign(on:to:)`. ([#116](https://github.com/AckeeCZ/ACKategories/pull/116), kudos to @vendulasvastal)
1114

1215
- Add option to implement custom push transition ([#115](https://github.com/AckeeCZ/ACKategories/pull/115), kudos to @leinhauplk)

‎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.10.0"
19+
pod "ACKategories", "~> 6.11.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.10.0
27+
github "AckeeCZ/ACKategories" ~> 6.11.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.10.0")),
35+
.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.11.0")),
3636
```
3737

3838

0 commit comments

Comments
 (0)