Skip to content

Commit

Permalink
2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
figdice committed Aug 16, 2016
1 parent 475d540 commit abf6835
Show file tree
Hide file tree
Showing 3 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 @@ -54,7 +54,7 @@ The **\figdice** namespace is made available thanks to the **autoload** Composer

## 2. Phar

Download the latest [FigDice phar](https://github.com/gabrielzerbib/figdice/releases/download/2.3/figdice-2.3.phar) file to the location of your choice.
Download the latest [FigDice phar](https://github.com/gabrielzerbib/figdice/releases/download/2.3.3/figdice-2.3.3.phar) file to the location of your choice.
Then, in your source files where you need to use FigDice features, write the line:

require_once 'phar:///path/to/figdice.phar';
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FigDice 2.3-dev
FigDice 2.3.3
http://www.figdice.org/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Template Engine, XML-centric and attribute-driven",
"keywords": ["template","templating","presentation","views","xml","html"],
"homepage": "http://www.figdice.org/",
"version": "2.3-dev",
"version": "2.3.3",
"license": ["GPL-3.0"],
"authors": [
{
Expand Down

0 comments on commit abf6835

Please sign in to comment.