bump 0.3.2.1

This commit is contained in:
Jason Lee 2016-02-28 19:03:26 +08:00
parent 51ecc1a0ae
commit 2361f61ac8
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
0.3.2.1
-------
- Add Windows development env support.
0.3.2 0.3.2
----- -----

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rucaptcha (0.3.2) rucaptcha (0.3.2.1)
posix-spawn (>= 0.3.0) posix-spawn (>= 0.3.0)
GEM GEM

View File

@ -1,3 +1,3 @@
module RuCaptcha module RuCaptcha
VERSION = '0.3.2' VERSION = '0.3.2.1'
end end