Skip to content

Commit e0562ac

Browse files
authored
Merge pull request #16 from hidapple/release/2.0.1
Release preparation for v2.0.1
2 parents 60659c2 + e1a9097 commit e0562ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Teams",
3-
"version": "2.0.1-SNAPSHOT",
3+
"version": "2.0.1",
44
"description": "",
55
"repository": {
66
"type": "git",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.graylog.plugins</groupId>
1515
<artifactId>graylog-plugin-teams</artifactId>
16-
<version>2.0.1-SNAPSHOT</version>
16+
<version>2.0.1</version>
1717
<packaging>jar</packaging>
1818

1919
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)