This commit is contained in:
parent
a29838ba17
commit
c7b7ee8d2b
@ -4,7 +4,7 @@ plugins {
|
||||
}
|
||||
|
||||
group 'com.jessebrault.ssg'
|
||||
version '0.6.0-SNAPSHOT'
|
||||
version '0.6.1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@ -5,7 +5,7 @@ import picocli.CommandLine
|
||||
@CommandLine.Command(
|
||||
name = 'ssg',
|
||||
mixinStandardHelpOptions = true,
|
||||
version = '0.6.0-SNAPSHOT',
|
||||
version = '0.6.1',
|
||||
description = 'A static site generator which can interface with Gradle for high extensibility.',
|
||||
subcommands = [SsgInit, SsgBuild, SsgWatch]
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user