Skip to content

Commit

Permalink
Merge pull request #3 from mnbjhu/json_parsing
Browse files Browse the repository at this point in the history
Updated version number
  • Loading branch information
mnbjhu committed Jan 8, 2023
2 parents f4ed920 + 046a667 commit ba06ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

![tests](https://github.com/mnbjhu/KRG2/actions/workflows/gradle.yml/badge.svg)
[![](https://jitpack.io/v/mnbjhu/KRG.svg)](https://jitpack.io/#mnbjhu/KRG)
[![stability-alpha](https://img.shields.io/badge/stability-alpha-f4d03f.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#alpha)
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "uk.gibby.krg"
version = "0.0.2-pre-release"
version = "0.0.1-alpha"

repositories {
mavenCentral()
Expand Down Expand Up @@ -42,7 +42,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "uk.gibby.krg"
artifactId = "KotlinRedisGraph"
version = "0.0.2-pre-release"
version = "0.0.1-alpha"
from(components["java"])
}
}
Expand Down

0 comments on commit ba06ad5

Please sign in to comment.