Skip to content

Commit

Permalink
🔖 Bump version to 6.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed May 28, 2024
1 parent 1465515 commit 336fe80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ACKategories.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 6.14.0;
MARKETING_VERSION = 6.15.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
Expand Down Expand Up @@ -2286,7 +2286,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 6.14.0;
MARKETING_VERSION = 6.15.0;
SDKROOT = auto;
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

## Next

## 6.15.0

- SwiftUI improvements ([#149](https://github.com/AckeeCZ/ACKategories/pull/149), kudos to @olejnjak)
- make `lineHeight` parameter optional for `FontModifier`
- implement color forwarding from UIKit to SwiftUI
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ A bunch of tools, cocoa subclasses and extensions we created and use at Ackee.
You can also use [Carthage](https://github.com/Carthage/Carthage). Specify this repo in your Cartfile:

```
github "AckeeCZ/ACKategories" ~> 6.14.0
github "AckeeCZ/ACKategories" ~> 6.15.0
```

### SPM

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

```swift
.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.14.0")),
.package(url: "https://github.com/AckeeCZ/ACKategories.git", .upToNextMajor(from: "6.15.0")),
```


Expand Down

0 comments on commit 336fe80

Please sign in to comment.