From 4f74fbe46b57ed2bdd84f73b1997fe1f3febaa70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lavergne?= Date: Wed, 10 Oct 2018 10:18:30 -0400 Subject: [PATCH] Release v1.2.20 --- 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 4d37356..3aa958c 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.2.19)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.2.19)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.2.19) +[![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.20)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.2.20)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.2.20) PHP 5 and Bootstrap 3 framework to kick-start multilingual web application development diff --git a/package.json b/package.json index caec081..f03b945 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pyritephp", - "version": "1.2.19", + "version": "1.2.20", "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 0cfae87..3e4fb87 100644 --- a/src/globals.php +++ b/src/globals.php @@ -19,7 +19,7 @@ global $PPHP; -$PPHP['version'] = 'v1.2.19'; +$PPHP['version'] = 'v1.2.20'; $PPHP['license'] = <<