Skip to content

Commit

Permalink
Bump to v0.4.0.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Jan 15, 2018
1 parent efced8a commit c8c84bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Master (unreleased)
# v0.4.0.beta

* Automatic assets registration for Hanami and Sprockets without Rails.
* KaTeX v0.9.0-alpha2.
* KaTeX v0.9.0-beta.

# v0.3.0

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

```ruby
gem 'katex', '~> 0.3.0'
gem 'katex', '~> 0.4.0.beta'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/katex/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Katex
VERSION = '0.3.0'
VERSION = '0.4.0.beta'
KATEX_VERSION = 'v0.9.0-beta'
end

0 comments on commit c8c84bc

Please sign in to comment.