Skip to content

Commit ace81cf

Browse files
committed
bumped version
1 parent 86c1a28 commit ace81cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ any damage the software may cause to your system or files.
169169

170170
rmate
171171

172-
Copyright (C) 2011-2018 by Harald Lapp <[email protected]>
172+
Copyright (C) 2011-2019 by Harald Lapp <[email protected]>
173173

174174
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.
175175

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rmate",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Remote TextMate 2 implemented as shell script",
55
"scripts": [ "rmate" ],
66
"install": "make install"

rmate

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# rmate
4-
# Copyright (C) 2011-2018 by Harald Lapp <[email protected]>
4+
# Copyright (C) 2011-2019 by Harald Lapp <[email protected]>
55
#
66
# This program is free software: you can redistribute it and/or modify
77
# it under the terms of the GNU General Public License as published by
@@ -33,8 +33,8 @@
3333

3434
# init
3535
#
36-
version="1.0.1"
37-
version_date="2018-01-08"
36+
version="1.0.2"
37+
version_date="2019-04-08"
3838
version_string="rmate-sh $version ($version_date)"
3939

4040
# determine hostname

0 commit comments

Comments
 (0)