Skip to content

Commit 65b544b

Browse files
committed
Bump to version 0.1.12
1 parent b1527f6 commit 65b544b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Ensure that both `java` and `mkvmerge` are available on the PATH.
216216
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).
217217
The same procedure can be used to add `mkvmerge` to the PATH; take note of where you installed/extracted it.
218218

219-
Download the [project template](https://github.com/Myaamori/SubKt/releases/download/0.1.11/subkt-template-0.1.11.zip) and place the files in the directory where you keep your project files.
219+
Download the [project template](https://github.com/Myaamori/SubKt/releases/download/0.1.12/subkt-template-0.1.12.zip) and place the files in the directory where you keep your project files.
220220
After you have modified `build.gradle.kts` and `sub.properties` as needed, you can run tasks using `gradlew`.
221221
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`.
222222
On Windows, simply run `gradlew mux.03` from `cmd.exe`.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gradlePlugin {
1818
}
1919

2020
group = "myaa"
21-
version = "0.1.11"
21+
version = "0.1.12"
2222

2323
repositories {
2424
mavenCentral()

template/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.warning.mode=all
22
org.gradle.console=verbose
33

44
subktRepo=https://github.com/Myaamori/SubKt.git
5-
subktVersion=0.1.11
5+
subktVersion=0.1.12

0 commit comments

Comments
 (0)