Skip to content

Commit 6e80d79

Browse files
authored
Merge pull request #36 from webhippie/feature/version
Bumped to 1.2.0
2 parents d0fd84e + 3ae6799 commit 6e80d79

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.2.0) - 2016-06-02
4+
5+
* Support for JSX files (@artemv)
6+
* Fixed test suite, reduced test matrix (@tboerger)
7+
38
## [1.1.0](https://github.com/webhippie/gettext_i18n_rails_js/releases/tag/v1.1.0) - 2016-06-02
49

510
* Replace hyphens with underscores in locale var from DOM (@filib)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ with older versions, but because of version bumps at `gettext_i18n_rails` and
3333
## Installation
3434

3535
```ruby
36-
gem "gettext_i18n_rails_js", "~> 1.1.0"
36+
gem "gettext_i18n_rails_js", "~> 1.2.0"
3737
```
3838

3939

lib/gettext_i18n_rails_js/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
module GettextI18nRailsJs
2727
class Version
2828
MAJOR = 1
29-
MINOR = 1
29+
MINOR = 2
3030
PATCH = 0
3131

3232
PRE = nil

0 commit comments

Comments
 (0)