Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 37d9c02

Browse files
committed
version修正
1 parent f3c5756 commit 37d9c02

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 @@ plugins {
88
}
99

1010
group = "com.wrongwrong"
11-
version = "0.1-SNAPSHOT"
11+
version = "0.1"
1212

1313
java {
1414
sourceCompatibility = JavaVersion.VERSION_1_8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.wrongwrong</groupId>
55
<artifactId>MapK</artifactId>
6-
<version>0.1-SNAPSHOT</version>
6+
<version>0.1</version>
77
<dependencies>
88
<dependency>
99
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)