Skip to content

Commit

Permalink
Changed version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdunn committed Aug 20, 2010
1 parent d74c2d4 commit f1922c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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*
Expand All @@ -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
**0.9** initial public release
4 changes: 2 additions & 2 deletions extension.driver.php
Expand Up @@ -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'
Expand Down

0 comments on commit f1922c1

Please sign in to comment.