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

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Sep 1, 2020
1 parent b293f59 commit b99eb8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
- docker

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

jobs:
include:
Expand Down
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- one may remove the folder `/.github/*`
- one may remove all in Markdown files `/*.md`
- if not using Apache, the `.htaccess` can be removed
- remove the `updateLibraries.php`
3. Make sure the follwing directories can not be accessed
- if using Apache done by the `/core/.htaccess`, `/data/.htaccess` provided
- if using NGINX, see the configuation below [↓ NGINX Configuration](#nginx-configuration)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
latest
1.2.6
1.2.7
1.2
1
2 changes: 1 addition & 1 deletion core/Utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Utilities {
/**
* The system's Version
*/
const SYS_VERSION = 'v1.2.6';
const SYS_VERSION = 'v1.2.7';

/**
* Possible chars for:
Expand Down

0 comments on commit b99eb8e

Please sign in to comment.