From d31fc6013e0a8c60e781c20ada21ec79f1576d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beausoleil?= Date: Mon, 26 Jan 2009 14:57:52 -0500 Subject: [PATCH] Flagged as 1.0.2 --- lib/active_presenter/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_presenter/version.rb b/lib/active_presenter/version.rb index ae243ce..ddb087f 100644 --- a/lib/active_presenter/version.rb +++ b/lib/active_presenter/version.rb @@ -2,7 +2,7 @@ module ActivePresenter module VERSION MAJOR = 1 MINOR = 0 - TINY = 1 + TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end