Skip to content

Commit 4b1c89b

Browse files
committed
chore(core): set version to 0.0.5-SNAPSHOT
1 parent c21fba0 commit 4b1c89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.gradle.testing.jacoco.tasks.JacocoReport
88
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
99

1010
group = "com.shardis"
11-
version = "0.0.4"
11+
version = "0.0.5-SNAPSHOT"
1212

1313
buildscript {
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shardis",
3-
"version": "0.0.4",
3+
"version": "0.0.5-SNAPSHOT",
44
"description": "shardis project",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)