Skip to content

Commit

Permalink
rake bump[0.6.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Oct 20, 2023
1 parent a323702 commit 3a2c1c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.6.0

* Import Temml v0.10.16
* Add workflow to bump this gem

# v0.5.0

* Import Temml v0.10.15
Expand Down
4 changes: 2 additions & 2 deletions 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.5.0', :github => 'sudotac/temml-ruby'
gem 'temml', '~> 0.6.0', :github => 'sudotac/temml-ruby'
```

And then execute:
Expand All @@ -21,7 +21,7 @@ And then execute:

Or install it yourself with [specific\_install rubygem](https://rubygems.org/gems/specific_install) as:

$ gem specific_install -t v0.5.0 https://github.com/sudotac/temml-ruby.git
$ gem specific_install -t v0.6.0 https://github.com/sudotac/temml-ruby.git

## Usage

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.5.0'
VERSION = '0.6.0'
TEMML_VERSION = '0.10.16'
end

0 comments on commit 3a2c1c8

Please sign in to comment.