Skip to content

Commit

Permalink
inc version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Nov 14, 2017
1 parent 71a8600 commit fa3b321
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
dependencies {
// https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_plugin_and_dependency_management
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
// compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

// compile "org.apache.commons:commons-csv:1.3"
compile "com.offbytwo:docopt:0.6.0.20150202"

Expand Down
2 changes: 1 addition & 1 deletion kscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# version tag for backward compatibility with kscript v1.x
KSCRIPT_VERSION=2.1.1
KSCRIPT_VERSION=2.2.0


## resolve application jar path from script location and convert to windows path when using cygwin
Expand Down
2 changes: 1 addition & 1 deletion misc/kscript_release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release Checklist

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

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/kscript/app/Kscript.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import kotlin.system.exitProcess
* @author Holger Brandl
*/

const val KSCRIPT_VERSION = "2.1.1"
const val KSCRIPT_VERSION = "2.2.0"

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

0 comments on commit fa3b321

Please sign in to comment.