This commit is contained in:
404
2012-11-06 23:19:14 +08:00
parent 611837b137
commit ef1739cb2a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
qiniu-rs (3.1.1)
qiniu-rs (3.2.0)
json (~> 1.7)
mime-types (~> 1.19)
rest-client (~> 1.6)
+2 -2
View File
@@ -4,8 +4,8 @@ module Qiniu
module RS
module Version
MAJOR = 3
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example