Skip to content

Commit

Permalink
Merge pull request #87 from faberNovel/release/6.1.0
Browse files Browse the repository at this point in the history
Release/6.1.0
  • Loading branch information
alexandre-pod authored Sep 13, 2023
2 parents ad98d58 + 2ed2693 commit dadc2e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 6.1.0
### Added

- new option (iOS only) `--auto-escape-percent` that escapes % character in wording. This option should be used if the wording is intended to be used with `String(format:)`.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ad_localize (6.0.0)
ad_localize (6.1.0)
activesupport (>= 6.1.3.2, < 8.0)
colorize (~> 0.8)
google-apis-drive_v3 (~> 0.33.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/ad_localize/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module AdLocalize
VERSION = "6.0.0"
VERSION = "6.1.0"
end

0 comments on commit dadc2e2

Please sign in to comment.