File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ Prefix your message with one of the following:
11
11
- [Security] in case of vulnerabilities.
12
12
-->
13
13
14
- ## Unreleased
14
+ ## Jul 29, 2022
15
15
16
- - Initial release.
16
+ - Official release of i18n-js v4.0.0 .
Original file line number Diff line number Diff line change 24
24
<a href =" https://tldrlegal.com/license/mit-license " ><img src =" https://img.shields.io/:License-MIT-blue.svg " alt =" MIT License " ></a >
25
25
</p >
26
26
27
- > ** Warning** : This branch contains the code for v4, our next major release.
28
-
29
27
## Installation
30
28
31
29
``` bash
@@ -35,7 +33,7 @@ gem install i18n-js
35
33
Or add the following line to your project's Gemfile:
36
34
37
35
``` ruby
38
- gem " i18n-js" , " ~> 4.0.0.alpha1 "
36
+ gem " i18n-js"
39
37
```
40
38
41
39
## Usage
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module I18nJS
4
- VERSION = "4.0.0.alpha5 "
4
+ VERSION = "4.0.0"
5
5
end
You can’t perform that action at this time.
0 commit comments