Skip to content

Commit

Permalink
Prepare release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vphantom committed May 30, 2017
1 parent 65f6683 commit 4671c59
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
@@ -1,6 +1,6 @@
# PyritePHP

[![license](https://img.shields.io/github/license/vphantom/pyritephp.svg?style=plastic)]() [![GitHub release](https://img.shields.io/github/release/vphantom/pyritephp.svg?style=plastic)]() [![Build Status](https://travis-ci.org/vphantom/pyritephp.svg?branch=v1.2.2)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.2.2)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.2.2)
[![license](https://img.shields.io/github/license/vphantom/pyritephp.svg?style=plastic)]() [![GitHub release](https://img.shields.io/github/release/vphantom/pyritephp.svg?style=plastic)]() [![Build Status](https://travis-ci.org/vphantom/pyritephp.svg?branch=v1.2.3)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.2.3)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.2.3)

PHP 5 and Bootstrap 3 framework to kick-start multilingual web application development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyritephp",
"version": "1.2.2",
"version": "1.2.3",
"description": "PHP/Bootstrap framework to kick-start multilingual web application development",
"main": "assets/pyriteview.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

global $PPHP;

$PPHP['version'] = 'v1.2.2';
$PPHP['version'] = 'v1.2.3';

$PPHP['license'] = <<<EOS
PyritePHP {$PPHP['version']}
Expand Down

0 comments on commit 4671c59

Please sign in to comment.