We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e4ed6 commit 9de1e14Copy full SHA for 9de1e14
README.md
@@ -4,7 +4,7 @@
4
<h1 align="center">Vue CRUD</h1>
5
<div align="center">
6
<a><img alt="license" src="https://img.shields.io/badge/license-MIT-brightgreen.svg"></a>
7
- <a><img alt="version" src="https://img.shields.io/badge/version-v0.15.1-yellow.svg"></a>
+ <a><img alt="version" src="https://img.shields.io/badge/version-v0.15.2-yellow.svg"></a>
8
<a><img alt="build" src="https://travis-ci.org/what-crud/vue-crud.svg?branch=master"></a>
9
<a><img alt="PRs" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
10
</div>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-crud",
3
- "version": "0.15.1",
+ "version": "0.15.2",
"description": "Vue CRUD",
"author": "Szczepan Masny <[email protected]>",
"license": "MIT",
0 commit comments