Quellcode durchsuchen

semantic versioning makes this 3.1.0

Neil Costford vor 11 Jahren
Ursprung
Commit
2868911313
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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