raptor-editor-rails 0.1.6 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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