瀏覽代碼

bump version, including gemfile.lock

Neil Costford 11 年之前
父節點
當前提交
b0bc7844ba
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      CHANGELOG
  2. 1 1
      Gemfile.lock
  3. 1 1
      lib/shopify_api/version.rb

+ 1 - 1
CHANGELOG

@@ -1,4 +1,4 @@
-== Version 3.1.4
+== Version 3.1.5
 
 * Expose `orders` action on Customer
 

+ 1 - 1
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify_api (3.1.3)
+    shopify_api (3.1.4)
       activeresource (>= 3.0.0)
       thor (>= 0.14.4)
 

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
-  VERSION = "3.1.4"
+  VERSION = "3.1.5"
 end