Skip to content

Commit

Permalink
prerelease 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
figdice committed Jul 14, 2015
1 parent 39a5d58 commit 0c594fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Simply add the following composer.json file to your project root, or append the

{
"require": {
"figdice/figdice": "2.0.4"
"figdice/figdice": "2.1.0"
}
}

Expand All @@ -51,7 +51,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.0.5/figdice-2.0.5.phar) file to the location of your choice.
Download the latest [FigDice phar](https://github.com/gabrielzerbib/figdice/releases/download/2.1.0/figdice-2.1.0.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.0-dev
FigDice 2.1.0
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.0-dev",
"version": "2.1.0",
"license": ["GPL-3.0"],
"authors": [
{
Expand Down

0 comments on commit 0c594fd

Please sign in to comment.