version bump 0.3.13

pull/131/head v0.3.13
alse 2020-07-10 19:26:32 +05:30
parent f71d48a8be
commit bb97d0e60f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VER=0.3.12 VER=0.3.13
release: release:
sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json

View File

@ -1,6 +1,6 @@
{ {
"name": "crontab-ui", "name": "crontab-ui",
"version": "0.3.12", "version": "0.3.13",
"description": "Easy and safe way to manage your crontab file", "description": "Easy and safe way to manage your crontab file",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {