Skip to content

Commit 25dfa5a

Browse files
committed
Release 3.3.0
1 parent 783a91e commit 25dfa5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ application, add the following to your `Gemfile`.
2626

2727
```ruby
2828
group :development do
29-
gem 'web-console', '~> 3.0'
29+
gem 'web-console'
3030
end
3131
```
3232

lib/web_console/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module WebConsole
2-
VERSION = '3.2.1'
2+
VERSION = '3.3.0'
33
end

0 commit comments

Comments
 (0)