express_translate 1.0.10 → 1.0.11

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
@@ -23,7 +23,7 @@ I18n Translation Interface for end user in Rails app
23
23
  ## Installation
24
24
  ### 1. Gemfile
25
25
  ```bash
26
- gem 'express_translate', '~> 1.0.10'
26
+ gem 'express_translate', '~> 1.0.11'
27
27
  ```
28
28
 
29
29
  ### 2. Setup
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.10
1
+ 1.0.11