@@ -1,3 +1,7 @@
+== Version 3.1.8
+
+* Expose `Location`
== Version 3.1.7
* Expose `authors` and `tags` action on Article
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- shopify_api (3.1.7)
+ shopify_api (3.1.8)
activeresource (>= 3.0.0)
thor (>= 0.14.4)
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class Location < Base
+ end
+end
@@ -1,3 +1,3 @@
module ShopifyAPI
- VERSION = "3.1.7"
+ VERSION = "3.1.8"
end