From 9115c61af3290c86bb70ed3a07420fed935edb82 Mon Sep 17 00:00:00 2001 From: Myaamori Date: Sat, 8 May 2021 21:03:56 +0100 Subject: [PATCH] Bump to version 0.1.19 --- README.md | 2 +- build.gradle.kts | 2 +- template/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbe9c8bb..a9da3de1 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Ensure that both `java` and `mkvmerge` are available on the PATH. Instructions for setting the PATH for JDK 14 on Windows can be found [here](https://docs.oracle.com/en/java/javase/14/install/installation-jdk-microsoft-windows-platforms.html#GUID-96EB3876-8C7A-4A25-9F3A-A2983FEC016A). The same procedure can be used to add `mkvmerge` to the PATH; take note of where you installed/extracted it. -Download the [project template](https://github.com/Myaamori/SubKt/releases/download/0.1.18/subkt-template-0.1.18.zip) and place the files in the directory where you keep your project files. +Download the [project template](https://github.com/Myaamori/SubKt/releases/download/0.1.19/subkt-template-0.1.19.zip) and place the files in the directory where you keep your project files. After you have modified `build.gradle.kts` and `sub.properties` as needed, you can run tasks using `gradlew`. For instance, to run the `mux` task for episode `03`, navigate to the same directory as the `build.gradle.kts` file in a terminal, and run `./gradlew mux.03`. On Windows, simply run `gradlew mux.03` from `cmd.exe`. diff --git a/build.gradle.kts b/build.gradle.kts index 5e21fee6..2f09a37d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ gradlePlugin { } group = "myaa" -version = "0.1.18" +version = "0.1.19" repositories { mavenCentral() diff --git a/template/gradle.properties b/template/gradle.properties index 8043ab18..9ca8522a 100644 --- a/template/gradle.properties +++ b/template/gradle.properties @@ -2,4 +2,4 @@ org.gradle.warning.mode=all org.gradle.console=verbose subktRepo=https://github.com/Myaamori/SubKt.git -subktVersion=0.1.18 +subktVersion=0.1.19