We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8622794 commit ea51182Copy full SHA for ea51182
HISTORY.md
@@ -1,3 +1,7 @@
1
+## 3.0.3 - 2018-12-17
2
+
3
+* Temporarily remove support for POD6 [#1248](https://github.com/github/markup/pull/1248)
4
5
## 3.0.2 - 2018-12-12
6
7
* Add support for POD6 [#1173](https://github.com/github/markup/pull/1173)
lib/github-markup.rb
@@ -1,6 +1,6 @@
module GitHub
module Markup
- VERSION = '3.0.2'
+ VERSION = '3.0.3'
Version = VERSION
end
0 commit comments