Skip to content

Commit

Permalink
Merge branch 'release/4.10.2' into versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Mar 26, 2022
2 parents 2d3bf0c + 36c1bee commit 8e12d83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Security
- None.

## [4.10.0] - 2022-03-18
## [4.10.2] - 2022-03-26
### Changed
- Update SwiftSyntax dependency to Swift 5.5 to support Xcode 13.
Issues: [#201](https://github.com/Flinesoft/BartyCrouch/issues/201), [#249](https://github.com/Flinesoft/BartyCrouch/issues/249) | Author: [Cihat Gündüz](https://github.com/Jeehut)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<img src="https://api.codacy.com/project/badge/Coverage/7b34ad9193c2438aa32aa29a0490451f"/>
</a>
<a href="https://github.com/Flinesoft/BartyCrouch/releases">
<img src="https://img.shields.io/badge/Version-4.10.0-blue.svg"
alt="Version: 4.10.0">
<img src="https://img.shields.io/badge/Version-4.10.2-blue.svg"
alt="Version: 4.10.2">
</a>
<img src="https://img.shields.io/badge/Swift-5.6-FFAC45.svg"
alt="Swift: 5.6">
Expand Down
2 changes: 1 addition & 1 deletion Sources/BartyCrouch/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SwiftCLI
// MARK: - CLI
let cli = CLI(
name: "bartycrouch",
version: "4.10.0",
version: "4.10.2",
description: "Incrementally update & translate your Strings files from code or interface files."
)

Expand Down
2 changes: 1 addition & 1 deletion Sources/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.10.0</string>
<string>4.10.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit 8e12d83

Please sign in to comment.