Skip to content

Commit b4f1010

Browse files
committed
Update version to v0.5.0
With the addition of the initial translatable attributes and I18n support, this warrants bumping the Community Engine to a new minor version. I18n support is still not complete (there are still a lot of strings that are not using translations), so this will be expanded upon in future updates. However, the I18n features included in this version seem stable enough to be included in the main branch.
1 parent 27b0738 commit b4f1010

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
better_together (0.4.1)
14+
better_together (0.5.0)
1515
activerecord-import
1616
activerecord-postgis-adapter
1717
bootstrap (~> 5.3.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
Add this gem to your Gemfile:
5353

5454
```ruby
55-
gem 'better_together', '~> 0.4.0',
55+
gem 'better_together', '~> 0.5.0',
5656
github: 'better-together-org/community-engine-rails',
5757
branch: 'main'
5858
```

lib/better_together/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BetterTogether
4-
VERSION = '0.4.1'
4+
VERSION = '0.5.0'
55
end

0 commit comments

Comments
 (0)