mapbox-gl-rails 1.10.0 → 1.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ module MapboxGl
16
16
  # Minor version number
17
17
  MINOR = 10
18
18
  # Smallest version number
19
- TINY = 0
19
+ TINY = 1
20
20
 
21
21
  # Full version number
22
22
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mapbox-gl-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikita Bulai