From ace81cf9402ce3b9b96afa1ca9c633d84751be75 Mon Sep 17 00:00:00 2001 From: Harald Lapp Date: Mon, 8 Apr 2019 12:33:36 +0200 Subject: [PATCH] bumped version --- README.md | 2 +- package.json | 2 +- rmate | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54fb8e8..32eb0b6 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ any damage the software may cause to your system or files. rmate -Copyright (C) 2011-2018 by Harald Lapp +Copyright (C) 2011-2019 by Harald Lapp This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/package.json b/package.json index 7c29f61..a8f1c73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rmate", - "version": "1.0.1", + "version": "1.0.2", "description": "Remote TextMate 2 implemented as shell script", "scripts": [ "rmate" ], "install": "make install" diff --git a/rmate b/rmate index f319a8f..fa0d328 100755 --- a/rmate +++ b/rmate @@ -1,7 +1,7 @@ #!/usr/bin/env bash # rmate -# Copyright (C) 2011-2018 by Harald Lapp +# Copyright (C) 2011-2019 by Harald Lapp # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,8 +33,8 @@ # init # -version="1.0.1" -version_date="2018-01-08" +version="1.0.2" +version_date="2019-04-08" version_string="rmate-sh $version ($version_date)" # determine hostname