Browse Source

Packaging for version 1.1.3

Jesse Storimer 14 years ago
parent
commit
609970f0a4
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG
  2. 1 1
      shopify_api.gemspec

+ 4 - 0
CHANGELOG

@@ -1,3 +1,7 @@
+== Version 1.1.3 (November 4, 2010)
+
+* Add ProductSearchEngines resource
+
 == Version 1.1.2 (October 20, 2010)
 
 * Fix for users of ActiveResource 3.x

+ 1 - 1
shopify_api.gemspec

@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{shopify_api}
-  s.version = "1.1.2"
+  s.version = "1.1.3"
 
   s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
   s.authors = ["Tobias L\303\274tke", "Cody Fauser", "Dennis Theisen"]