Skip to content

Commit b034b14

Browse files
committed
Bump version to 1.2.1
1 parent f9d22a5 commit b034b14

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>eu.carrade.amaury</groupId>
44
<artifactId>BelovedBlocks</artifactId>
5-
<version>1.2</version>
5+
<version>1.2.1</version>
66
<name>BelovedBlocks</name>
7-
<description>BelovedBlocks plugin: The return of these beautiful smooth double slabs</description>
8-
<url>https://github.com/AmauryCarrade/BelovedBlocks/</url>
7+
<description>BelovedBlocks plugin: The return of these beautiful smooth double slabs (and others)</description>
8+
<url>https://github.com/zDevelopers/BelovedBlocks/</url>
99

1010
<issueManagement>
1111
<system>GitHub</system>
12-
<url>https://github.com/AmauryCarrade/BelovedBlocks/issues</url>
12+
<url>https://github.com/zDevelopers/BelovedBlocks/issues</url>
1313
</issueManagement>
1414
<ciManagement>
1515
<system>Jenkins</system>

src/main/java/eu/carrade/amaury/BelovedBlocks/BelovedBlocks.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
public final class BelovedBlocks extends ZPlugin
2929
{
30-
3130
private static BelovedBlocks instance = null;
3231

3332
private static BelovedBlocksManager belovedBlocksManager;
@@ -75,5 +74,4 @@ static public ToolsManager getToolsManager()
7574
{
7675
return toolsManager;
7776
}
78-
7977
}

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: BelovedBlocks
22
description: All the secrets blocks, not only in your dreams!
33
main: eu.carrade.amaury.BelovedBlocks.BelovedBlocks
4-
version: 1.2
4+
version: 1.2.1
55
authors: ["Amaury Carrade", "Florian Cassayre", "Adrien Prokopowicz"]
66

77
awareness:

0 commit comments

Comments
 (0)