Skip to content

Commit de66439

Browse files
Version bump up to 0.8.2
1 parent c4af0f8 commit de66439

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<project name="Pinoco" default="dist">
55

66
<property name="product" value="Pinoco"/>
7-
<property name="version" value="0.8.1"/>
7+
<property name="version" value="0.8.2"/>
88
<property name="stability" value="beta"/>
99
<property name="lead.user" value="tanakahisateru"/>
1010
<property name="lead.name" value="Hisateru Tanaka"/>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.1.2"
2020
},
2121
"require-dev": {
22-
"phptal/phptal": "dev-master",
22+
"phptal/phptal": "~1.1",
2323
"smarty/smarty": ">=3.1.0",
2424
"twig/twig": ">=1.3.0"
2525
},

src/Pinoco.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
*/
7171
class Pinoco extends Pinoco_DynamicVars
7272
{
73-
const VERSION = "0.8.1";
73+
const VERSION = "0.8.2";
7474

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

0 commit comments

Comments
 (0)