Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Set version to 1.0.0-BETA-3
Browse files Browse the repository at this point in the history
  • Loading branch information
conorthedev committed Jul 27, 2020
1 parent b2f647c commit 1d53d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'org.mediamod.updater'
version '1.0.0-BETA-2'
version '1.0.0-BETA-3'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/mediamod/updater/utils/Metadata.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.mediamod.updater.utils;

public class Metadata {
public static final String VERSION = "1.0.0-BETA-1";
public static final String VERSION = "1.0.0-BETA-3";
}

0 comments on commit 1d53d28

Please sign in to comment.