Skip to content

Commit 455cb7b

Browse files
committed
Bumping version to 2.1.2
1 parent 7955da2 commit 455cb7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
beats (2.1.1)
4+
beats (2.1.2)
55
wavefile (= 0.8.1)
66

77
GEM

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Check out [this tutorial at beatsdrummachine.com](https://beatsdrummachine.com/t
5757
What's New in v2.1.2
5858
--------------------
5959

60-
The latest version of Beats is 2.1.2, released on ___TBD___. It contains these changes:
60+
The latest version of Beats is 2.1.2, released on December 18, 2019. It contains these changes:
6161

6262
* Several confusing/unhelpful errors shown due to an error in an input file have been improved. For example, if a pattern has the invalid name "4", the error message will now be `Pattern name '4' is not valid. It must be a value that will be parsed from YAML as a String.`, instead of `undefined method 'downcase' for 4:Integer`.
6363

lib/beats.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
require "beats/transforms/song_swinger"
1818

1919
module Beats
20-
VERSION = "2.1.1"
20+
VERSION = "2.1.2"
2121
end

web/download.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<p><pre class="single-line"><code>gem install beats</code></pre></p>
77
<p>This will download Beats from <a href="https://rubygems.org/gems/beats">rubygems.org</a> and add a <code>beats</code> command to your path.</p>
88
<p>(Note that if you are installing using the default version of Ruby that comes with MacOS X, you might get a file permission error. If that happens, try <code>sudo gem install beats</code> instead. If you are using RVM or rbenv, plain <code>gem install beats</code> should work fine.)</p>
9-
<p>The current version of Beats is 2.1.1. If you have an older version, you can update with this:</p>
9+
<p>The current version of Beats is 2.1.2. If you have an older version, you can update with this:</p>
1010
<p><pre class="single-line"><code>gem update beats</code></pre></p>
1111
<p>Not sure what version you have? Run <code>beats -v</code>.</p>
1212
</div>

0 commit comments

Comments
 (0)