Skip to content

Commit

Permalink
Release v1.0
Browse files Browse the repository at this point in the history
(and sneak in a quick publishing fix... ssh)
  • Loading branch information
zml2008 committed Apr 9, 2020
1 parent 0115d3e commit e3f3c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("org.ajoberstar.grgit") version "4.0.2"
}

val versionBase = "1.0-SNAPSHOT"
val versionBase = "1.0"
val versionMinecraft = ext["version.minecraft"] as String
val versionMappings = ext["version.mappings"] as String
val versionLoader = ext["version.loader"] as String
Expand Down Expand Up @@ -158,7 +158,7 @@ bintray {
name = project.version as String
vcsTag = tag?.name
desc = tag?.fullMessage
released = tag?.commit?.dateTime?.toString()
//released = tag?.commit?.dateTime?.toString()
}
}
setPublications(publicationId)
Expand Down

0 comments on commit e3f3c9d

Please sign in to comment.