Skip to content

Commit 09ddcdd

Browse files
committed
🍀 release sql2o-plus 1.0.1
1 parent aeb846e commit 09ddcdd

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# sql2o-plus
22

3+
34
[![Build Status](https://travis-ci.org/cotide/sql2o-plus.svg?branch=master)](https://travis-ci.org/cotide/sql2o-plus)
5+
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg)](https://search.maven.org/artifact/io.github.cotide/sql2o-plus/1.0.1/jar)
46
[![License](https://img.shields.io/badge/license-Apache2-blue.svg)](https://github.com/cotide/sql2o-plus/blob/master/LICENSE)
57
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/sql2o-plus/Lobby)
68

@@ -20,8 +22,8 @@
2022
<dependency>
2123
<groupId>io.github.cotide</groupId>
2224
<artifactId>sql2o-plus</artifactId>
23-
<version>1.0.0</version>
24-
</dependency>
25+
<version>1.0.1</version>
26+
</dependency>
2527
```
2628

2729
### snapshots 版本

pom.xml

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

77
<groupId>io.github.cotide</groupId>
88
<artifactId>sql2o-plus</artifactId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>sql2o-plus</name>

0 commit comments

Comments
 (0)