Skip to content

Commit bb28282

Browse files
authored
chore(release): version 0.4.0
2 parents 01e849f + f4f2c5c commit bb28282

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

application/build.gradle.kts

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tasks.withType<Jar> {
4040
tasks.create("prepareConfig", Copy::class) {
4141
group = "build"
4242
from(file("$rootDir/sample/config"))
43-
into(file("$buildDir/libs/config"))
43+
into(file("$buildDir/libs/.config"))
4444
}
4545

4646
tasks.create("prepareAssets", Copy::class) {
@@ -49,6 +49,8 @@ tasks.create("prepareAssets", Copy::class) {
4949
include("fonts/")
5050
include("TwitckBot.bat")
5151
include("TwitckBot.sh")
52+
include("ngrok.bat")
53+
include("ngrok.sh")
5254
}
5355
into("$buildDir/libs/")
5456
}

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subprojects {
2121
apply(plugin = "org.jetbrains.kotlin.kapt")
2222

2323
group = "fr.o80.twitck"
24-
version = "0.3.0"
24+
version = "0.4.0"
2525

2626
repositories {
2727
mavenCentral()

0 commit comments

Comments
 (0)