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

Commit 21f8dc4

Browse files
committed
Release 2.1.1
1 parent e0292e2 commit 21f8dc4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4+
Version 2.1.1 - 27-May-2020
5+
---------------------------
6+
7+
* Bump activesupport to version 5.2.4.3
8+
49
Version 2.1.0 - 30-May-2019
510
---------------------------
611

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-bbcode (2.1.0)
4+
ruby-bbcode (2.1.1)
55
activesupport (>= 4.2.2)
66

77
GEM
@@ -92,4 +92,4 @@ DEPENDENCIES
9292
tzinfo
9393

9494
BUNDLED WITH
95-
2.0.1
95+
2.1.4

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.1.0'.freeze
5+
VERSION = '2.1.1'.freeze
66
end

0 commit comments

Comments
 (0)