Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit 2cfc0cd

Browse files
committed
Bump version: 0.16.2 → 0.16.3
1 parent ba908cf commit 2cfc0cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2
2+
current_version = 0.16.3
33
commit = True
44
tag = True
55

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "discuss",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"main": "discuss.core",
55
"repository": "[email protected]:cn-tsn/project/discuss.git",
66
"author": "Christian Meter <[email protected]>",

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject discuss "0.16.2"
1+
(defproject discuss "0.16.3"
22
:description "Embedding dialog-based discussions into arbitrary web-contexts"
33
:url "https://discuss.cs.uni-duesseldorf.de"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)