Skip to content

Commit

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

* Import Temml v0.10.13

# v0.2.0

* Import Temml v0.10.12
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.2.0', :github => 'sudotac/temml-ruby'
gem 'temml', '~> 0.3.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.2.0'
VERSION = '0.3.0'
TEMML_VERSION = '0.10.13'
end

0 comments on commit 5f53fb5

Please sign in to comment.