Skip to content

Commit

Permalink
chore(release): Set version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leomillon committed Dec 18, 2020
1 parent db06b21 commit f2e381a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ tasks {
val gitHubContentBasePath = "https://raw.githubusercontent.com/ekino/jcv-idea-plugin"
val gitHubRef = when {
pluginVersion.endsWith("-SNAPSHOT") -> "master"
else -> pluginVersion
else -> "v$pluginVersion"
}

File("./README.md").readText().lines().run {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pluginGroup = com.ekino.oss.jcv-idea-plugin
pluginName_ = JCV
pluginDescription = JCV IDEA plugin
pluginVersion = 3.0.0-SNAPSHOT
pluginVersion = 3.0.0
pluginSinceBuild = 201
pluginUntilBuild = 203.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down

0 comments on commit f2e381a

Please sign in to comment.