Skip to content

Commit

Permalink
Merge pull request #21 from sudotac/bump-to-v0.5.0
Browse files Browse the repository at this point in the history
Bump to v0.5.0
  • Loading branch information
sudotac authored Oct 6, 2023
2 parents f3c3b69 + b02c160 commit 4f379e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.5.0

* Import Temml v0.10.15
* Apply some minor fixes of workflows

# v0.4.0

* Import Temml v0.10.14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It uses [ExecJS] under the hood.
Add this line to your application's Gemfile:

```ruby
gem 'temml', '~> 0.4.0', :github => 'sudotac/temml-ruby'
gem 'temml', '~> 0.5.0', :github => 'sudotac/temml-ruby'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/temml/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
# THE SOFTWARE.

module Temml
VERSION = '0.4.0'
VERSION = '0.5.0'
TEMML_VERSION = '0.10.15'
end

0 comments on commit 4f379e9

Please sign in to comment.