diff --git a/README.markdown b/README.markdown index 93577af..b0f7b78 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,6 @@ # Publish Tabs -Version: 1.0 +Version: 0.9 Author: Nick Dunn Build Date: 2010-08-20 Requirements: Symphony 2.2* @@ -25,4 +25,4 @@ When you add a Publish Tab field to a section, any fields that appear *after* th ## Changelog -**1.0** initial release \ No newline at end of file +**0.9** initial public release \ No newline at end of file diff --git a/extension.driver.php b/extension.driver.php index 9821770..bea4d70 100644 --- a/extension.driver.php +++ b/extension.driver.php @@ -5,8 +5,8 @@ class extension_publish_tabs extends Extension { public function about() { return array( 'name' => 'Publish Tabs', - 'version' => '0.1', - 'release-date' => '2010-08-13', + 'version' => '0.9', + 'release-date' => '2010-08-20', 'author' => array( 'name' => 'Nick Dunn', 'website' => 'http://nick-dunn.co.uk'