Bläddra i källkod

Bump to v4.0.1 .

Nick Hoffman 10 år sedan
förälder
incheckning
5f07044e99
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      Gemfile.lock
  2. 1 1
      lib/shopify_api/version.rb

+ 1 - 1
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
 PATH
   remote: .
   remote: .
   specs:
   specs:
-    shopify_api (4.0.0)
+    shopify_api (4.0.1)
       activeresource
       activeresource
 
 
 GEM
 GEM

+ 1 - 1
lib/shopify_api/version.rb

@@ -1,3 +1,3 @@
 module ShopifyAPI
 module ShopifyAPI
-  VERSION = "4.0.0"
+  VERSION = "4.0.1"
 end
 end