Skip to content

Commit

Permalink
Bump to version 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Myaamori committed May 8, 2021
1 parent 149f90c commit 9115c61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gradlePlugin {
}

group = "myaa"
version = "0.1.18"
version = "0.1.19"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion template/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9115c61

Please sign in to comment.