Skip to content

Commit ff2b1df

Browse files
committed
chore(core): set version to 0.1.3-SNAPSHOT
1 parent 0b7a4ba commit ff2b1df

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.jetbrains.kotlin.noarg.gradle.NoArgExtension
88
allprojects {
99

1010
group = "com.shardis"
11-
version = "0.1.2"
11+
version = "0.1.3-SNAPSHOT"
1212

1313
repositories {
1414
mavenCentral()

shardis-frontend/package.json

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

0 commit comments

Comments
 (0)