jsonorama 0.1.2 → 0.1.3

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.
@@ -39,7 +39,7 @@ module Jsonorama
39
39
  end
40
40
 
41
41
  def api_client_version
42
- v = Version.get
42
+ v = Jsonorama::VERSION
43
43
  return false if v=='0.0.0'
44
44
  v
45
45
  end
@@ -1,3 +1,3 @@
1
1
  module Jsonorama
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: jsonorama
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Taylor