Skip to content

Commit 04d3fa1

Browse files
committed
Set version for first release
1 parent 99d972d commit 04d3fa1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A library used for generating Json String of JSend
77
<dependency>
88
<groupId>work.jeong.murry.jsend</groupId>
99
<artifactId>jsend</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.0</version>
1111
</dependency>
1212
```
1313
### Gradle

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A library used for generating Json String of JSend
77
<dependency>
88
<groupId>work.jeong.murry.jsend</groupId>
99
<artifactId>jsend</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>1.0</version>
1111
</dependency>
1212
```
1313
### Gradle

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>work.jeong.murry.jsend</groupId>
88
<artifactId>jsend</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)