Skip to content

Commit

Permalink
Update version and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gomoritz committed Jul 27, 2020
1 parent dffd987 commit a0d6619
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "net.inceptioncloud"
version = "1.0.1.0"
version = "1.1.0.0"

val outputName = "${project.name}-fat-${project.version}.jar"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object OptionsSectionClient {
*/
@JvmStatic
val screenshotUtilities = optionEntryBoolean {
name = "Screenshot Utilities"
name = "Screenshot utilities"
description = "Provides additional utility functions to the screenshot system like uploading and " +
"copying. Note that this overrides the default screenshot behavior."
key {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object DragonflyVersion {
/**
* The version of this client.
*/
val localVersion = Version(1, 0, 1, 0)
val localVersion = Version(1, 1, 0, 0)

/**
* The version that is specified as the latest one, fetched lazily from the Inception Cloud
Expand Down

0 comments on commit a0d6619

Please sign in to comment.