Skip to content

Commit ff578e1

Browse files
committed
1.8.7
1 parent 87aa26c commit ff578e1

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>lol.hyper</groupId>
2525
<artifactId>toolstats</artifactId>
26-
<version>1.8.6</version>
26+
<version>1.8.7</version>
2727
<packaging>jar</packaging>
2828

2929
<name>ToolStats</name>

src/main/java/lol/hyper/toolstats/tools/config/ConfigUpdater.java

-17
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@
1515
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18-
/*
19-
* This file is part of ToolStats.
20-
*
21-
* ToolStats is free software: you can redistribute it and/or modify
22-
* it under the terms of the GNU General Public License as published by
23-
* the Free Software Foundation, either version 3 of the License, or
24-
* (at your option) any later version.
25-
*
26-
* ToolStats is distributed in the hope that it will be useful,
27-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
28-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29-
* GNU General Public License for more details.
30-
*
31-
* You should have received a copy of the GNU General Public License
32-
* along with ToolStats. If not, see <https://www.gnu.org/licenses/>.
33-
*/
34-
3518
package lol.hyper.toolstats.tools.config;
3619

3720
import lol.hyper.toolstats.ToolStats;

0 commit comments

Comments
 (0)