Skip to content

Commit

Permalink
Cambio de versión a laa 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yjx0003 committed Jun 28, 2022
1 parent d89069a commit 404500a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UBUMonitorLauncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>es.ubu.lsi</groupId>
<artifactId>ubumonitorlauncher</artifactId>
<version>1.0.0-stable</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>UBUMonitorLauncher</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
public class AppInfo {

public static final String VERSION = "1.0.0";
public static final String VERSION = "1.0.1";
public static final String APPLICATION_NAME = "UBUMonitor Launcher";
private static final String APPLICATION_NAME_WITH_VERSION = APPLICATION_NAME + " " + VERSION;

Expand Down

0 comments on commit 404500a

Please sign in to comment.