Skip to content

Commit 87da469

Browse files
committed
Release 💎 v1.3.2
1 parent aeb63d1 commit 87da469

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

History.markdown

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## HEAD
1+
## 1.3.2 / 2016-08-19
22

33
* Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14)
4+
* Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
45

5-
## 1.3.1 / 2015-08-16
6+
## 1.3.1 / 2015-08-16 (yanked)
67

78
* Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
89

lib/jekyll-gist/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jekyll
22
module Gist
3-
VERSION = "1.3.1"
3+
VERSION = "1.3.2"
44
end
55
end

0 commit comments

Comments
 (0)