Skip to content

Commit

Permalink
bump build version...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Aug 20, 2024
1 parent 2ab7853 commit 6cd2736
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ It is designed to be a type-safe, client-configurable, and multiplatform SDK tha
different platforms such as Android, iOS, JS, and JVM. It is built on top of the KMM toolchain and is designed to be
extensible and easy to use.

![Build](https://img.shields.io/badge/Build-v2.0.1-blue.svg)

[![Kotlin Version](https://img.shields.io/badge/Kotlin-v1.9.23-B125EA?logo=kotlin)](https://kotlinlang.org)
[![Docs Publish](https://github.com/mcxross/ksui/actions/workflows/docs-publish.yml/badge.svg)](https://github.com/mcxross/ksui/actions/workflows/docs-publish.yml)
[![Maven Central](https://img.shields.io/maven-central/v/xyz.mcxross.ksui/ksui)](https://search.maven.org/artifact/xyz.mcxross.ksui/ksui)
![Snapshot](https://img.shields.io/nexus/s/xyz.mcxross.ksui/ksui?server=https%3A%2F%2Fs01.oss.sonatype.org&label=Snapshot)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = "xyz.mcxross.ksui"

version = "2.1.1-SNAPSHOT"
version = "2.2.0-SNAPSHOT"

plugins {
alias(libs.plugins.jvm) apply false
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

group = "xyz.mcxross.ksui"

version = "2.1.1-SNAPSHOT"
version = "2.2.0-SNAPSHOT"

repositories {
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots") }
Expand Down

0 comments on commit 6cd2736

Please sign in to comment.