aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2016-07-26 14:31:46 +0200
committerCamil Staps2016-07-26 14:33:24 +0200
commit81c8e366ed0b1aab1cf91705283b48ea674f7edf (patch)
treee05d02cbf40aa789549b2d40154631985faf071f
parentArray of administrator IDs in constants.php (diff)
v0.4.1
-rw-r--r--README.md3
-rw-r--r--classes/constants.php2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 81c1245..d5b44f1 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,8 @@ are listed by name and removal time. This way, you never really lose your file.
### 0.4 (Jul 26, 2016)
-0.4 User authentication mechanism
+0.4.1 Some users are administrator and can create and delete users.
+0.4 User authentication mechanism.
### 0.3 (Jul 20, 2016)
diff --git a/classes/constants.php b/classes/constants.php
index ef34668..d7c7b7c 100644
--- a/classes/constants.php
+++ b/classes/constants.php
@@ -80,5 +80,5 @@ class constants {
const password_cost = 10;
/** @const version Version of BusinessAdmin. Don't change this yourself! */
- const version = '0.4';
+ const version = '0.4.1';
}