Skip to content

Commit

Permalink
2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzgab committed Nov 29, 2015
1 parent 21904c3 commit caa7e8f
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 @@ -39,7 +39,7 @@ Simply add the following composer.json file to your project root, or append the

{
"require": {
"figdice/figdice": "~2.1"
"figdice/figdice": "~2.2"
}
}

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

0 comments on commit caa7e8f

Please sign in to comment.