Skip to content

Commit

Permalink
Changed version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen committed Dec 25, 2016
1 parent dacb1b2 commit fbfcfa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.ialistannen</groupId>
<artifactId>ImageWings</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>ImageWings</name>
Expand All @@ -23,14 +23,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<finalName>${project.artifactId}</finalName>
<minimizeJar>true</minimizeJar>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/ialistannen/imagewings/ImageWings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ImageWings : JavaPlugin() {
saveDefaultConfig()

// TODO: TRUE -> FALSE
I18N.copyDefaultFiles(this, true, "me.ialistannen.imagewings.language")
I18N.copyDefaultFiles(this, false, "me.ialistannen.imagewings.language")

language = I18N(this, "me.ialistannen.imagewings.language")

Expand Down

0 comments on commit fbfcfa9

Please sign in to comment.