Skip to content

Commit

Permalink
Bump to version 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Myaamori committed Feb 5, 2021
1 parent 236e28e commit 0a4716c
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.14/subkt-template-0.1.14.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.17/subkt-template-0.1.17.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.16"
version = "0.1.17"

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.14
subktVersion=0.1.17

0 comments on commit 0a4716c

Please sign in to comment.