Skip to content

Commit fa3b321

Browse files
committed
inc version to 2.2.0
1 parent 71a8600 commit fa3b321

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
1010
dependencies {
1111
// https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
1212
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
13+
// compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
14+
1315
// compile "org.apache.commons:commons-csv:1.3"
1416
compile "com.offbytwo:docopt:0.6.0.20150202"
1517

kscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# version tag for backward compatibility with kscript v1.x
5-
KSCRIPT_VERSION=2.1.1
5+
KSCRIPT_VERSION=2.2.0
66

77

88
## resolve application jar path from script location and convert to windows path when using cygwin

misc/kscript_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release Checklist
22

3-
# 1. Increment version in `kscript`
3+
# 1. Increment version in `Kscript.kt`
44
# 2. Make sure that support api version is up to date and available from jcenter
55
# 3. Push and wait for travis CI results
66

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import kotlin.system.exitProcess
1919
* @author Holger Brandl
2020
*/
2121

22-
const val KSCRIPT_VERSION = "2.1.1"
22+
const val KSCRIPT_VERSION = "2.2.0"
2323

2424
val USAGE = """
2525
kscript - Enhanced scripting support for Kotlin on *nix-based systems.

0 commit comments

Comments
 (0)