Skip to content

Commit 878fee9

Browse files
committed
🔖 Bump version to 6.13.0
1 parent 4f70559 commit 878fee9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

‎ACKategories.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@
22842284
GCC_WARN_UNUSED_VARIABLE = YES;
22852285
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
22862286
MACOSX_DEPLOYMENT_TARGET = 10.13;
2287-
MARKETING_VERSION = 6.12.3;
2287+
MARKETING_VERSION = 6.13.0;
22882288
ONLY_ACTIVE_ARCH = YES;
22892289
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
22902290
SWIFT_VERSION = 5.0;
@@ -2327,7 +2327,7 @@
23272327
GCC_WARN_UNUSED_VARIABLE = YES;
23282328
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
23292329
MACOSX_DEPLOYMENT_TARGET = 10.13;
2330-
MARKETING_VERSION = 6.12.3;
2330+
MARKETING_VERSION = 6.13.0;
23312331
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
23322332
SWIFT_COMPILATION_MODE = wholemodule;
23332333
SWIFT_VERSION = 5.0;

‎CHANGELOG.md

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

99
## Next
10+
11+
## 6.13.0
1012
- Merge [iOS template lib](https://github.com/AckeeCZ/iOS-MVVM-ProjectTemplate) ([#143](https://github.com/AckeeCZ/ACKategories/pull/143), kudos to @olejnjak)
1113
- add Networking module
1214
- add VersionUpdate module

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ A bunch of tools, cocoa subclasses and extensions we created and use at Ackee.
1212
You can also use [Carthage](https://github.com/Carthage/Carthage). Specify this repo in your Cartfile:
1313

1414
```
15-
github "AckeeCZ/ACKategories" ~> 6.12.3
15+
github "AckeeCZ/ACKategories" ~> 6.13.0
1616
```
1717

1818
### SPM
1919

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

2222
```swift
23-
.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.12.3")),
23+
.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.13.0")),
2424
```
2525

2626

0 commit comments

Comments
 (0)