Skip to content

Commit 641e793

Browse files
committedJul 29, 2022
Bump up version (v4.0.0)
1 parent eeaf585 commit 641e793

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Prefix your message with one of the following:
1111
- [Security] in case of vulnerabilities.
1212
-->
1313

14-
## Unreleased
14+
## Jul 29, 2022
1515

16-
- Initial release.
16+
- Official release of i18n-js v4.0.0.

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
<a href="https://tldrlegal.com/license/mit-license"><img src="https://img.shields.io/:License-MIT-blue.svg" alt="MIT License"></a>
2525
</p>
2626

27-
> **Warning**: This branch contains the code for v4, our next major release.
28-
2927
## Installation
3028

3129
```bash
@@ -35,7 +33,7 @@ gem install i18n-js
3533
Or add the following line to your project's Gemfile:
3634

3735
```ruby
38-
gem "i18n-js", "~> 4.0.0.alpha1"
36+
gem "i18n-js"
3937
```
4038

4139
## Usage

‎lib/i18n-js/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module I18nJS
4-
VERSION = "4.0.0.alpha5"
4+
VERSION = "4.0.0"
55
end

0 commit comments

Comments
 (0)