Skip to content

Commit

Permalink
Version bump up to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanakahisateru committed Apr 3, 2015
1 parent c4af0f8 commit de66439
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -4,7 +4,7 @@
<project name="Pinoco" default="dist">

<property name="product" value="Pinoco"/>
<property name="version" value="0.8.1"/>
<property name="version" value="0.8.2"/>
<property name="stability" value="beta"/>
<property name="lead.user" value="tanakahisateru"/>
<property name="lead.name" value="Hisateru Tanaka"/>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
"php": ">=5.1.2"
},
"require-dev": {
"phptal/phptal": "dev-master",
"phptal/phptal": "~1.1",
"smarty/smarty": ">=3.1.0",
"twig/twig": ">=1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Pinoco.php
Expand Up @@ -70,7 +70,7 @@
*/
class Pinoco extends Pinoco_DynamicVars
{
const VERSION = "0.8.1";
const VERSION = "0.8.2";

private $_baseuri; // R gateway index.php location on internet
private $_basedir; // R gateway index.php location on file system
Expand Down

0 comments on commit de66439

Please sign in to comment.