Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukflug committed Nov 3, 2020
1 parent af8b8f8 commit 79a7fb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}
dependencies {
compile("com.lukflug:panelstudio:0.0.1")
compile("com.lukflug:panelstudio:0.0.2")
}
shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = 'com.lukflug'
version = '0.0.1'
version = '0.0.2'
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.lukflug</groupId>
<artifactId>panelstudio</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<name>PanelStudio</name>
<description>A simple yet flexible library to create ClickGUIs designed for use in Minecraft utility mods.</description>
</project>

0 comments on commit 79a7fb6

Please sign in to comment.