Skip to content

Commit

Permalink
version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjonasxx committed May 3, 2022
1 parent cb96f4c commit 5d76bf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>WiredPresets</artifactId>
<packaging>jar</packaging>
<version>0.2.2</version>
<version>0.2.3</version>

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

@Override
protected String getTitle() {
return "Wired Presets 0.2.2";
return "Wired Presets 0.2.3";
}

@Override
Expand Down

0 comments on commit 5d76bf6

Please sign in to comment.