From 668a1e837149ac2bd3200755ed897f3665e1e5bf Mon Sep 17 00:00:00 2001 From: anseki Date: Sat, 27 Jul 2019 21:58:50 +0900 Subject: [PATCH] v1.4.10 --- LICENSE | 2 +- lib/encrypt.js | 2 +- lib/read.cs.js | 2 +- lib/read.ps1 | 2 +- lib/read.sh | 2 +- lib/readline-sync.js | 2 +- package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index f3dc9b4..0d289d9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 anseki +Copyright (c) 2019 anseki Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/encrypt.js b/lib/encrypt.js index 1a99135..d732ce6 100644 --- a/lib/encrypt.js +++ b/lib/encrypt.js @@ -2,7 +2,7 @@ * readlineSync * https://github.com/anseki/readline-sync * - * Copyright (c) 2018 anseki + * Copyright (c) 2019 anseki * Licensed under the MIT license. */ diff --git a/lib/read.cs.js b/lib/read.cs.js index c8694c7..cc31801 100644 --- a/lib/read.cs.js +++ b/lib/read.cs.js @@ -4,7 +4,7 @@ * readlineSync * https://github.com/anseki/readline-sync * - * Copyright (c) 2018 anseki + * Copyright (c) 2019 anseki * Licensed under the MIT license. */ diff --git a/lib/read.ps1 b/lib/read.ps1 index 7d1a5c9..ea6f805 100644 --- a/lib/read.ps1 +++ b/lib/read.ps1 @@ -1,7 +1,7 @@ # readlineSync # https://github.com/anseki/readline-sync # -# Copyright (c) 2018 anseki +# Copyright (c) 2019 anseki # Licensed under the MIT license. Param( diff --git a/lib/read.sh b/lib/read.sh index fc6d6e5..b41e80c 100644 --- a/lib/read.sh +++ b/lib/read.sh @@ -1,7 +1,7 @@ # readlineSync # https://github.com/anseki/readline-sync # -# Copyright (c) 2018 anseki +# Copyright (c) 2019 anseki # Licensed under the MIT license. # Use perl for compatibility of sed/awk of GNU / POSIX, BSD. (and tr) diff --git a/lib/readline-sync.js b/lib/readline-sync.js index 97f15f8..9a9cc86 100644 --- a/lib/readline-sync.js +++ b/lib/readline-sync.js @@ -2,7 +2,7 @@ * readlineSync * https://github.com/anseki/readline-sync * - * Copyright (c) 2018 anseki + * Copyright (c) 2019 anseki * Licensed under the MIT license. */ diff --git a/package.json b/package.json index 0777b21..c832e8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readline-sync", - "version": "1.4.9", + "version": "1.4.10", "title": "readlineSync", "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).", "keywords": [