Skip to content

Commit

Permalink
Merge pull request #11 from mnbjhu/version_increment
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
mnbjhu committed Jan 22, 2023
2 parents 64e9557 + 8630b1c commit cd8f419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
implementation 'com.github.mnbjhu:neo4k:0.0.1-alpha'
implementation 'com.github.mnbjhu:neo4k:0.0.2-alpha'
}
```

Expand All @@ -63,7 +63,7 @@ allprojects {
Step 2. Add the dependency
```kotlin
dependencies {
implementation("com.github.mnbjhu:neo4k:0.0.1-alpha")
implementation("com.github.mnbjhu:neo4k:0.0.2-alpha")
}
```

Expand Down
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.1-alpha"
version = "0.0.2-alpha"

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

0 comments on commit cd8f419

Please sign in to comment.