Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit b99eb8e

Browse files
committed
Bump Version
1 parent b293f59 commit b99eb8e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
- docker
33

44
before_script:
5-
- rm -rf .github/ .git/ .gitignore *.md .htaccess ./*/.htaccess docker-compose.*
5+
- rm -rf .github/ .git/ .gitignore *.md .htaccess ./*/.htaccess docker-compose.* updateLibraries.php
66

77
jobs:
88
include:

INSTALL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- one may remove the folder `/.github/*`
4141
- one may remove all in Markdown files `/*.md`
4242
- if not using Apache, the `.htaccess` can be removed
43+
- remove the `updateLibraries.php`
4344
3. Make sure the follwing directories can not be accessed
4445
- if using Apache done by the `/core/.htaccess`, `/data/.htaccess` provided
4546
- if using NGINX, see the configuation below [↓ NGINX Configuration](#nginx-configuration)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
latest
2-
1.2.6
2+
1.2.7
33
1.2
44
1

core/Utilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Utilities {
1616
/**
1717
* The system's Version
1818
*/
19-
const SYS_VERSION = 'v1.2.6';
19+
const SYS_VERSION = 'v1.2.7';
2020

2121
/**
2222
* Possible chars for:

0 commit comments

Comments
 (0)