Index: trunk/extensions/PageSchemas/PageSchemas.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | |
21 | 21 | /* Configuration */ |
22 | 22 | |
23 | | -define( 'PAGE_SCHEMAS_VERSION', '0.2' ); |
| 23 | +define( 'PAGE_SCHEMAS_VERSION', '0.3' ); |
24 | 24 | |
25 | 25 | // Credits |
26 | 26 | $wgExtensionCredits['parserhook'][] = array( |
Index: trunk/extensions/PageSchemas/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Page Schemas extension |
3 | 3 | |
4 | | - Version 0.2 |
| 4 | + Version 0.3 |
5 | 5 | Ankit Garg and Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |