From 4364457d40d8c0e21d968df0240932e4aa31dc03 Mon Sep 17 00:00:00 2001 From: Benjamin Tan Wei Hao Date: Tue, 27 Mar 2012 14:01:37 +0800 Subject: [PATCH] bumped up version number --- README.md | 13 +++++++++++++ lib/code_rippa/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f7f6d3..e2e42fc 100644 --- a/README.md +++ b/README.md @@ -86,3 +86,16 @@ None of this would be possible without the awesome [ultraviolet](https://github. ## Contributing Currently this gem is in its infancy. Any bug reports and feature requests are very welcomed. + +## Changelog + +### 0.0.4 + +- Removed dependency on Linguist. +- Tidier code. + +### 0.0.1 - 0.0.3 + +- Initial gem push +- Fixed many stupid bugs along the way + diff --git a/lib/code_rippa/version.rb b/lib/code_rippa/version.rb index a29b9fd..ab4be9e 100644 --- a/lib/code_rippa/version.rb +++ b/lib/code_rippa/version.rb @@ -1,3 +1,3 @@ module CodeRippa - VERSION = "0.0.3" + VERSION = "0.0.4" end