Skip to content

Commit

Permalink
docs: update changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jul 18, 2023
1 parent eec5b1d commit df66522
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.0](https://github.com/webhippie/po_to_json/releases/tag/v2.0.0) - 2023-07-18

* Fix escape double quote in msgid (@chaomao)

## [1.1.0](https://github.com/webhippie/po_to_json/releases/tag/v1.0.1) - 2023-04-28

* Optionally remove var keyword to use a global (@illiatdesdindes)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ look at the [wokflow][workflow].
## Installation

```ruby
gem "po_to_json", "~> 0.2"
gem "po_to_json", "~> 2.0"
```

## Versioning
Expand All @@ -33,7 +33,7 @@ gem using the [Pessimistic Version Constraint][pvc] with two digits of precision
For example:

```ruby
spec.add_dependency "po_to_json", "~> 0.2"
spec.add_dependency "po_to_json", "~> 2.0"
```

## Usage
Expand Down

0 comments on commit df66522

Please sign in to comment.