Преглед изворни кода

semantic versioning makes this 3.1.0

Neil Costford пре 11 година
родитељ
комит
2868911313
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      CHANGELOG
  2. 1 1
      lib/shopify_api/version.rb

+ 1 - 1
CHANGELOG

@@ -1,4 +1,4 @@
-== Version 3.0.4
+== Version 3.1.0
 
 * Expose the `order` action in SmartCollection for general use
 

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "3.0.4"
+  VERSION = "3.1.0"
 end