commit | c2d98360ec9a1fe2e385dffa68f9d0b1a46e9e7d | [log] [tgz] |
---|---|---|
author | Jeroen De Dauw <jeroendedauw@gmail.com> | Sun Nov 17 20:20:51 2013 +0100 |
committer | Jeroen De Dauw <jeroendedauw@gmail.com> | Sun Nov 17 20:20:51 2013 +0100 |
tree | 7a3444564c49783ac1f3d8b3eb536ca01de62c1b | |
parent | c0f5aee27d749628f18ba1bdfc8c7f3f15e1edb1 [diff] |
Update Time.php
diff --git a/Time.php b/Time.php index a9af050..aeb4011 100644 --- a/Time.php +++ b/Time.php
@@ -15,7 +15,7 @@ return 1; } -define( 'DATAVALUES_TIME_VERSION', '0.1 beta' ); +define( 'DATAVALUES_TIME_VERSION', '0.1' ); if ( defined( 'MEDIAWIKI' ) ) { $GLOBALS['wgExtensionCredits']['datavalues'][] = array( @@ -28,4 +28,4 @@ 'url' => 'https://github.com/DataValues/Time', 'description' => 'Time value objects, parsers and formatters', ); -} \ No newline at end of file +}