From b61559445c25eef083f22c2a18723d8864173dfe Mon Sep 17 00:00:00 2001 From: rentzsch Date: Tue, 11 Dec 2012 00:15:11 -0600 Subject: [PATCH] [DOC] version typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fa6405..105946f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ JREnum currently only supports integer explicit values (bit shifts and masks won ## Version History -### v0.3: Dec 10 2012 +### v0.2: Dec 10 2012 * [NEW] Generalized to support bidirectional enum label/value lookup and full runtime access to lookup dictionary. * [NEW] Add passing tests.