From 6403b328abd3dcac470df46ee1cea3892c830c11 Mon Sep 17 00:00:00 2001 From: Harald Lapp Date: Mon, 8 Jan 2018 11:55:33 +0100 Subject: [PATCH] first new release in 2018 --- README.md | 2 +- package.json | 2 +- rmate | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3d0f9f8..bb36300 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ any damage the software may cause to your system or files. rmate -Copyright (C) 2011-2017 by Harald Lapp +Copyright (C) 2011-2018 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 a73c9f0..7c29f61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rmate", - "version": "1.0.0", + "version": "1.0.1", "description": "Remote TextMate 2 implemented as shell script", "scripts": [ "rmate" ], "install": "make install" diff --git a/rmate b/rmate index 282ae45..50f775b 100755 --- a/rmate +++ b/rmate @@ -1,7 +1,7 @@ #!/usr/bin/env bash # rmate -# Copyright (C) 2011-2017 by Harald Lapp +# Copyright (C) 2011-2018 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.0" -version_date="2017-06-29" +version="1.0.1" +version_date="2018-01-08" version_string="rmate-sh $version ($version_date)" # determine hostname