Skip to content

Commit

Permalink
Update version to 0.1.26 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cupertank committed Apr 22, 2024
1 parent 5405ce1 commit d021715
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 @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile

group = "io.kinference.primitives"
//also change version in PluginConstants.kt
version = "0.1.25"
version = "0.1.26"

plugins {
kotlin("multiplatform") version "1.9.21" apply false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package io.kinference.primitives.utils

object PluginConstants {
const val PLUGIN_ID = "io.kinference.primitives.kotlin-plugin"
const val VERSION = "0.1.25"
const val VERSION = "0.1.26"
const val GROUP_ID = "io.kinference.primitives"
const val KOTLIN_PLUGIN_ARTIFACT_ID = "kotlin-plugin"
const val ANNOTATIONS_ARTIFACT_ID = "primitives-annotations"
Expand Down

0 comments on commit d021715

Please sign in to comment.