Skip to content

Commit d1ba905

Browse files
committed
Bump version to 0.1.10
1 parent b58d691 commit d1ba905

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
@@ -198,7 +198,7 @@ Ensure that both `java` and `mkvmerge` are available on the PATH.
198198
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).
199199
The same procedure can be used to add `mkvmerge` to the PATH; take note of where you installed/extracted it.
200200

201-
Download the [project template](https://github.com/Myaamori/SubKt/releases/download/0.1.9/subkt-template-0.1.9.zip) and place the files in the directory where you keep your project files.
201+
Download the [project template](https://github.com/Myaamori/SubKt/releases/download/0.1.10/subkt-template-0.1.10.zip) and place the files in the directory where you keep your project files.
202202
After you have modified `build.gradle.kts` and `sub.properties` as needed, you can run tasks using `gradlew`.
203203
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`.
204204
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.9"
21+
version = "0.1.10"
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.9
5+
subktVersion=0.1.10

0 commit comments

Comments
 (0)