Skip to content

Commit

Permalink
first new release in 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora committed Jan 8, 2018
1 parent 74aa8c0 commit 6403b32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ any damage the software may cause to your system or files.

rmate

Copyright (C) 2011-2017 by Harald Lapp <harald@octris.org>
Copyright (C) 2011-2018 by Harald Lapp <harald@octris.org>

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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions rmate
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# rmate
# Copyright (C) 2011-2017 by Harald Lapp <harald@octris.org>
# Copyright (C) 2011-2018 by Harald Lapp <harald@octris.org>
#
# 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6403b32

Please sign in to comment.