summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown2
-rw-r--r--idiorm.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 0aefe23..a7e05da 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,7 +1,7 @@
Idiorm
======
-** Version 0.2 - Alpha **
+** Version 0.3 - Alpha **
A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
diff --git a/idiorm.php b/idiorm.php
index 4db2d67..6b40dc9 100644
--- a/idiorm.php
+++ b/idiorm.php
@@ -8,7 +8,7 @@
* Provides (nearly) zero-configuration object-relational mapping
* and a fluent interface for building basic, commonly-used queries.
*
- * Version 0.2
+ * Version 0.3
*
* BSD Licensed.
*