Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for release 0.4.0 #197

Merged
merged 2 commits into from May 23, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -9,7 +9,4 @@ rvm:
- 2.0.0
env:
- DB=mysql DB_USERNAME=root
- DB=postgresql DB_USERNAME=postgres
matrix:
allow_failures:
- rvm: 2.0.0
- DB=postgresql DB_USERNAME=postgres
2 changes: 1 addition & 1 deletion lib/monologue/version.rb
@@ -1,3 +1,3 @@
module Monologue
VERSION = "0.4.0.beta"
VERSION = "0.4.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer single-quoted strings when you don't need string interpolation or special symbols.

end