Selaa lähdekoodia

semantic versioning makes this 3.1.0

Neil Costford 11 vuotta sitten
vanhempi
commit
2868911313
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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