Skip to content

Commit a6fc3e2

Browse files
committed
Release 3.1.1
1 parent 74d1b79 commit a6fc3e2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
## 3.1.1
6+
7+
* [#185](https://github.com/rails/web-console/pull/185) Fix `rails console` startup ([@gsamokovarov])
8+
59
## 3.1.0
610

711
* [#182](https://github.com/rails/web-console/pull/182) Let `#console` live in `Kernel` ([@schneems])

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align=right>
22
Documentation for:
33
<a href=https://github.com/rails/web-console/tree/v1.0.4>v1.0.4</a>
4-
<a href=https://github.com/rails/web-console/tree/v2.2.1>v2.1.3</a>
4+
<a href=https://github.com/rails/web-console/tree/v2.2.1>v2.2.1</a>
55
<a href=https://github.com/rails/web-console/tree/v3.0.0>v3.0.0</a>
66
</p>
77

lib/web_console/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebConsole
2-
VERSION = '3.1.0'
2+
VERSION = '3.1.1'
33
end

0 commit comments

Comments
 (0)