We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bb70f commit 2830b62Copy full SHA for 2830b62
README.markdown
@@ -213,4 +213,5 @@ Thank you to mikedemers for some cool json -> class method code (class ResponseD
213
214
# Change log
215
0.0.1 - initial release
216
-0.0.2 - adding sensis.yml support for storing api_keys and env setting. reverted to ruby -v 1.8.7
+0.0.2 - adding sensis.yml support for storing api_keys and env setting.
217
+0.0.3 - reverted to ruby -v 1.8.7
lib/sensis/version.rb
@@ -1,3 +1,3 @@
1
module Sensis
2
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
3
end
0 commit comments