Skip to content

Commit

Permalink
Set version code to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmikolay committed Nov 29, 2020
1 parent 9e2011d commit d73d98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.mattmik'
version '1.0.0'
version '1.0.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/mattmik/rapira/RaptureCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import com.github.ajalt.clikt.parameters.types.file
import com.mattmik.rapira.interpreter.InterpreterFactory
import java.io.File

const val VERSION = "1.0.0"
const val VERSION = "1.0.1"

class RaptureCommand : CliktCommand(
name = "rapture",
Expand Down

0 comments on commit d73d98a

Please sign in to comment.