Skip to content

Commit

Permalink
Bumped version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nek4life committed Dec 1, 2021
1 parent 45aa09c commit 6e2a48c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ repositories {
}

dependencies {
implementation("com.squareup.okhttp3:okhttp:4.9.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2")
implementation("com.squareup.okhttp3:okhttp:4.9.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1")
implementation("com.github.lookfirst:sardine:5.10")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
// detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.15.0")
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.binarysushi
pluginName = sfcc-studio
pluginVersion = 2021.3.0-beta.0
pluginVersion = 2021.3.0
pluginSinceBuild = 203
pluginUntilBuild = 213.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down

0 comments on commit 6e2a48c

Please sign in to comment.