summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Matthews <[email protected]>2010-02-26 21:11:52 +0000
committerJamie Matthews <[email protected]>2010-02-26 21:11:52 +0000
commit7db2c527b406fcc86f132d630f55b31ed6226ee0 (patch)
tree83f369792287a97499daad9a33497a14b2bb9546
parentb3fe39d3a7da8c6d8759e9c668e1536bb3b1daf1 (diff)
Version 0.3
-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.
*