Skip to content

Commit

Permalink
Change version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Rogers committed Jul 19, 2017
1 parent 27b9ae6 commit 22cfe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ task updateMdk(dependsOn: 'stageMdk') {
String text = buildGradle.getText('UTF-8')
text = text.replaceAll('com.yourname.modid', 'com.google.youtube.ytchat')
text = text.replaceAll('modid', 'ytchat')
text = text.replaceAll('1\\.0', '1.0.1')
text = text.replaceAll('1\\.0', '1.0.2')
text = text.replace('repositories {', 'repositories {\n mavenCentral()');
text = text.replaceFirst(/\ndependencies\s?\{[^\}]+\}/, dependencyText);
buildGradle.write(text, 'UTF-8')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class YouTubeChat {
public static final String MODID = "ytchat";
public static final String APPNAME = "YouTube Chat";
public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.2";
public static final String GUI_FACTORY =
"com.google.youtube.gaming.chat.YouTubeConfigurationGuiFactory";

Expand Down

0 comments on commit 22cfe78

Please sign in to comment.