Skip to content

Commit

Permalink
🦄 fix otale#179
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Apr 16, 2017
1 parent 82297f4 commit a3d8e60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
demo website:https://tale.biezhi.me

[![Build Status](https://img.shields.io/travis/otale/tale.svg?style=flat-square)](https://travis-ci.org/otale/tale)
![Version 1.2.14](https://img.shields.io/badge/version-1.2.14-yellow.svg?style=flat-square)
![Version 1.2.15](https://img.shields.io/badge/version-1.2.15-yellow.svg?style=flat-square)
[![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/otale/tale/blob/master/LICENSE)
[![@biezhi on weibo](https://img.shields.io/badge/weibo-%40biezhi-red.svg?style=flat-square)](http://weibo.com/u/5238733773)
[![Gitter](https://badges.gitter.im/biezhi/tale-group.svg)](https://gitter.im/tale-group)
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
演示站点:https://tale.biezhi.me

[![Build Status](https://img.shields.io/travis/otale/tale.svg?style=flat-square)](https://travis-ci.org/otale/tale)
![Version 1.2.14](https://img.shields.io/badge/version-1.2.14-yellow.svg?style=flat-square)
![Version 1.2.15](https://img.shields.io/badge/version-1.2.15-yellow.svg?style=flat-square)
[![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/otale/tale/blob/master/LICENSE)
[![@biezhi on weibo](https://img.shields.io/badge/weibo-%40biezhi-red.svg?style=flat-square)](http://weibo.com/u/5238733773)
[![Gitter](https://badges.gitter.im/biezhi/tale-group.svg)](https://gitter.im/tale-group)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>org.junicorn</groupId>
<artifactId>tale</artifactId>
<version>1.2.14</version>
<version>1.2.15</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sqlite.version>3.15.1</sqlite.version>
<blade.version>1.7.2-alpha</blade.version>
<blade-jdbc.version>0.1.6-alpha</blade-jdbc.version>
<blade-jdbc.version>0.1.6-beta</blade-jdbc.version>
<blade-tpl.verion>0.0.9</blade-tpl.verion>
<blade-embed-jetty.version>0.1.3</blade-embed-jetty.version>
</properties>
Expand Down

0 comments on commit a3d8e60

Please sign in to comment.