浏览代码

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