Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jan 12, 2021
1 parent 1410c75 commit b09712b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sciactive/tilmeld-server",
"description": "Nymph user and group management with access controls.",
"version": "1.1.6",
"version": "1.2.0",
"time": "2021-01-11",
"type": "library",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Tilmeld.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @see http://tilmeld.org/
*/
class Tilmeld {
const VERSION = '1.1.6';
const VERSION = '1.2.0';

const NO_ACCESS = 0;
const READ_ACCESS = 1;
Expand Down

0 comments on commit b09712b

Please sign in to comment.