We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60659c2 commit e1a9097Copy full SHA for e1a9097
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Teams",
3
- "version": "2.0.1-SNAPSHOT",
+ "version": "2.0.1",
4
"description": "",
5
"repository": {
6
"type": "git",
pom.xml
@@ -13,7 +13,7 @@
13
14
<groupId>org.graylog.plugins</groupId>
15
<artifactId>graylog-plugin-teams</artifactId>
16
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
17
<packaging>jar</packaging>
18
19
<name>${project.artifactId}</name>
0 commit comments