From 26c3e2a3c344c364ce1bda32e4d6ea6762ec602c Mon Sep 17 00:00:00 2001 From: Ruslan Bekenev Date: Sun, 10 Mar 2019 20:53:19 +0300 Subject: [PATCH] version++ --- Makefile | 2 +- src/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8205ee0..7dcb284 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DIST_DIR=dist -VERSION=1.14.0 +VERSION=1.15.0 DROPBOX_DIR=~/Dropbox/projects/binaries .PHONY: up diff --git a/src/package.json b/src/package.json index 656a443..76cd643 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "Todoist", - "version": "1.14.0", + "version": "1.15.0", "description": "Todoist for linux", "main": "main.js", "scripts": {