From 493bdfd897f6d28149cd72c0845d165740bc62ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lavergne?= Date: Thu, 11 May 2017 18:36:35 -0400 Subject: [PATCH] Prepare for v1.2.0 --- README.md | 2 +- package.json | 2 +- src/globals.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ff196e..64156eb 100644 --- a/README.md +++ b/README.md @@ -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.1.0)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.1.0)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.1.0) +[![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.0)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.2.0)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.2.0) PHP 5 and Bootstrap 3 framework to kick-start multilingual web application development diff --git a/package.json b/package.json index 829423f..024971f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyritephp", - "version": "1.1.0", + "version": "1.2.0", "description": "PHP/Bootstrap framework to kick-start multilingual web application development", "main": "assets/pyriteview.js", "directories": { diff --git a/src/globals.php b/src/globals.php index 79e460a..55fe21f 100644 --- a/src/globals.php +++ b/src/globals.php @@ -19,7 +19,7 @@ global $PPHP; -$PPHP['version'] = 'v1.1.0'; +$PPHP['version'] = 'v1.2.0'; $PPHP['license'] = <<