Skip to content

Commit

Permalink
Bump version to v1.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
vphantom committed Apr 16, 2020
1 parent c89bf13 commit 58929a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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.23)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.2.23)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.2.23)
[![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.24)](https://travis-ci.org/vphantom/pyritephp) [![Coverage Status](https://coveralls.io/repos/github/vphantom/pyritephp/badge.svg?branch=v1.2.24)](https://coveralls.io/github/vphantom/pyritephp?branch=v1.2.24)

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

Expand Down Expand Up @@ -184,7 +184,7 @@ This application would not have been possible within a reasonable time frame wit

## MIT License

Copyright (c) 2016-2017 Stephane Lavergne <https://github.com/vphantom>
Copyright (c) 2016-2020 Stephane Lavergne <https://github.com/vphantom>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.23",
"version": "1.2.24",
"description": "PHP/Bootstrap framework to kick-start multilingual web application development",
"main": "assets/pyriteview.js",
"directories": {
Expand Down
6 changes: 3 additions & 3 deletions src/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @category Application
* @package PyritePHP
* @author Stéphane Lavergne <lis@imars.com>
* @copyright 2016-2017 Stéphane Lavergne
* @copyright 2016-2020 Stéphane Lavergne
* @license https://opensource.org/licenses/MIT MIT
* @link https://github.com/vphantom/pyritephp
*/
Expand All @@ -19,11 +19,11 @@

global $PPHP;

$PPHP['version'] = 'v1.2.23';
$PPHP['version'] = 'v1.2.24';

$PPHP['license'] = <<<EOS
PyritePHP {$PPHP['version']}
Copyright (c) 2017 Stephane Lavergne <https://github.com/vphantom>
Copyright (c) 2016-2020 Stephane Lavergne <https://github.com/vphantom>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Expand Down

0 comments on commit 58929a5

Please sign in to comment.