raptor-editor-rails 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,7 +5,7 @@ Asset Pipeline in your Rails applications.
5
5
 
6
6
  ## Version
7
7
 
8
- Version 0.1.6 contains Raptor Editor 0.0.26-beta.
8
+ Version 0.1.7 contains Raptor Editor 0.0.29-beta.
9
9
 
10
10
  ## Requirements
11
11
 
@@ -59,7 +59,7 @@ more information.
59
59
  Please raise an issue on
60
60
  [GitHub](https://github.com/PANmedia/raptor-editor-rails/issues).
61
61
 
62
- ## License
62
+ ## Licence
63
63
 
64
64
  This Gem, jquery-raptor-rails, is distributed under the MIT License.
65
65
 
@@ -1,4 +1,4 @@
1
1
  module RaptorEditorRails
2
- VERSION = "0.1.6"
3
- RAPTOR_EDITOR_VERSION = "0.0.26-beta"
2
+ VERSION = "0.1.7"
3
+ RAPTOR_EDITOR_VERSION = "0.0.29-beta"
4
4
  end