Skip to content

Commit

Permalink
Tag for release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnchovy committed Apr 26, 2014
1 parent 8b7f84f commit c69d6b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Documentation and support for this module can be found on
Note this version is compatible with Kohana 3.3. For Kohana 3.0-3.2 you want the
[1.x branch](https://github.com/MrAnchovy/Kohana_Smarty3/tree/1.x-for-Kohana-3.0-3.2).

**Version 2.0.2-dev**
**Version 2.0.2**

### Quick Start

Expand Down
4 changes: 2 additions & 2 deletions classes/Smarty/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
* @author Mr Anchovy
* @copyright (c) 2011-12 Mr Anchovy
* @license http://kohanaframework.org/license
* @version 2.0.2-dev
* @version 2.0.2
*/
class Smarty_View extends Kohana_View {

const VERSION = '2.0.2-dev';
const VERSION = '2.0.2';

// View filename
protected $_file;
Expand Down

0 comments on commit c69d6b7

Please sign in to comment.