Skip to content

Commit

Permalink
Set version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeebinz committed Mar 17, 2013
1 parent 8f1ca37 commit 2fc6b8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Generator for Kohana - Changelog
================================

Version 1.0
-----------

- Various tweaks and code cleanup for Kohana 3.3.0 release
- Added option for generators to define custom base paths for destination files
outside of the default APPPATH or MODPATH.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ This module is unit tested using the [Unittest module](http://github.com/kohana/

## Requirements

The module was built against Kohana version 3.3/develop, and requires Minion for running the tasks. Optional support for traits requires PHP >= 5.4.0.
The module was built against Kohana version 3.3, and requires Minion for running the tasks. Optional support for traits requires PHP >= 5.4.0.
2 changes: 1 addition & 1 deletion classes/Generator/Generator/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
class Generator_Generator_Builder
{
// Release version
const VERSION = '0.8';
const VERSION = '1.0';

// Generator commands
const CREATE = 'create';
Expand Down

0 comments on commit 2fc6b8c

Please sign in to comment.