Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit d87755c

Browse files
committed
Bump version and update CHANGELOG
1 parent 5e42a18 commit d87755c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Upcoming
22
--------
33

4-
Version 2.0.1 - 15-Jan-2015
4+
Version 2.0.2 - 10-Apr-2017
5+
6+
* Fix error when tags are in self-closing tags (issue #30)
7+
8+
Version 2.0.1 - 15-Jan-2017
59

610
* Remove EOL newlines before/after self-closing tags (issue #29)
711

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-bbcode (2.0.1)
4+
ruby-bbcode (2.0.2)
55
activesupport (>= 3.2.3)
66

77
GEM

lib/ruby-bbcode/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ module RubyBBCode
22
# Version of RubyBBCode
33
#
44
# Follows semantic versioning: http://semver.org/
5-
VERSION = "2.0.1"
5+
VERSION = "2.0.2"
66
end

0 commit comments

Comments
 (0)