Skip to content

Commit

Permalink
Release v1.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vphantom committed Oct 10, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c6410f1 commit 4f74fbe
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.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

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.19",
"version": "1.2.20",
"description": "PHP/Bootstrap framework to kick-start multilingual web application development",
"main": "assets/pyriteview.js",
"directories": {
2 changes: 1 addition & 1 deletion src/globals.php
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@

global $PPHP;

$PPHP['version'] = 'v1.2.19';
$PPHP['version'] = 'v1.2.20';

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

0 comments on commit 4f74fbe

Please sign in to comment.