From ba91fb4fd8a12f64b8f99a3c51325fa3b469799d Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Thu, 26 Apr 2018 21:48:31 +0300 Subject: [PATCH] Prepare 0.3.1 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76dc795..74f91c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-hooks", "main": "./build/atom-hooks", - "version": "0.3.0", + "version": "0.3.1", "description": "Execute commands depending on file path and editor events (e.g. save)", "keywords": [], "repository": "https://github.com/SleepWalker/atom-hooks",