Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjonasxx committed May 29, 2022
1 parent 0e45e30 commit 6586aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>gearthextensions</groupId>
<artifactId>GPresets</artifactId>
<packaging>jar</packaging>
<version>0.2.3</version>
<version>0.2.4</version>

<build>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/extension/GPresets.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
@ExtensionInfo(
Title = "G-Presets",
Description = "Never do anything twice",
Version = "0.2.3",
Version = "0.2.4",
Author = "sirjonasxx"
)
public class GPresets extends ExtensionForm {
Expand Down

0 comments on commit 6586aaa

Please sign in to comment.