Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 9d41153

Browse files
author
Kato Shinya
committed
update package version
1 parent 90d2097 commit 9d41153

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
![Build](https://img.shields.io/badge/Build-Automated-2980b9.svg?style=for-the-badge)
2-
![Latest Version](https://img.shields.io/badge/Latest_Version-v1.0.1-27ae60.svg?style=for-the-badge)
2+
![Latest Version](https://img.shields.io/badge/Latest_Version-v1.0.2-27ae60.svg?style=for-the-badge)
33
![License](https://img.shields.io/badge/License-Apache_2.0-e74c3c.svg?style=for-the-badge)</br>
44
![Java CI with Gradle](https://github.com/myConsciousness/json-formatter/workflows/Java%20CI%20with%20Gradle/badge.svg?branch=master)
55

66
# JSON Formatter
77

88
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
99
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
10+
1011
**Table of Contents**
1112

1213
- [What is it?](#what-is-it)
@@ -53,7 +54,7 @@ By default, the formatting process is performed according to the following rules
5354
<dependency>
5455
<groupId>org.thinkit.formatter</groupId>
5556
<artifactId>json-formatter</artifactId>
56-
<version>v1.0.1</version>
57+
<version>v1.0.2</version>
5758
</dependency>
5859

5960
<servers>
@@ -80,7 +81,7 @@ repositories {
8081
}
8182
8283
dependencies {
83-
implementation 'org.thinkit.formatter:json-formatter:v1.0.1'
84+
implementation 'org.thinkit.formatter:json-formatter:v1.0.2'
8485
}
8586
```
8687

0 commit comments

Comments
 (0)