From bb97d0e60fb6f8861bb2516f0abae8ad69fc6a85 Mon Sep 17 00:00:00 2001 From: alse Date: Fri, 10 Jul 2020 19:26:32 +0530 Subject: [PATCH] version bump 0.3.13 --- Makefile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ac3636..9280d1e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VER=0.3.12 +VER=0.3.13 release: sed -i '' "s/version\": \".*/version\": \"$(VER)\",/" package.json diff --git a/package.json b/package.json index 36849a1..8ac0d25 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crontab-ui", - "version": "0.3.12", + "version": "0.3.13", "description": "Easy and safe way to manage your crontab file", "main": "index.js", "scripts": {