Skip to content

Commit

Permalink
Bump to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ospsuite committed Dec 10, 2015
1 parent a89714e commit 3d8d6c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Monologue is a basic, mountable blogging engine in Rails built to be easily moun

## Version

This README is for a future Monologue version, that will be 0.4.2 and be compatible with Rails 4.2.x. See other branches for other versions (0-4-stable being the latest stable version).
This README is for the latest version of Monologue (0-5-stable being the latest stable version).

## Upgrade and changes

Expand Down
3 changes: 3 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Upgrade Monologue
## 0.4.0 to 0.5.0
- No update required


## 0.3.0 to 0.4.0
- Change of syntax for configuration. Please use Monologue::Config instead of the old Monologue module
Expand Down
2 changes: 1 addition & 1 deletion lib/monologue/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Monologue
VERSION = "0.4.2"
VERSION = "0.5.0"
end

0 comments on commit 3d8d6c4

Please sign in to comment.