From 40c4d1652c0e4c68bf79450321de80d2da29fcce Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Tue, 19 Feb 2019 03:23:34 -0500 Subject: [PATCH] version/year bump --- baton.lua | 4 ++-- license.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/baton.lua b/baton.lua index e5316c3..7f9af18 100644 --- a/baton.lua +++ b/baton.lua @@ -1,11 +1,11 @@ local baton = { - _VERSION = 'Baton v1.0', + _VERSION = 'Baton v1.0.1', _DESCRIPTION = 'Input library for LÖVE.', _URL = 'https://github.com/tesselode/baton', _LICENSE = [[ MIT License - Copyright (c) 2018 Andrew Minnich + Copyright (c) 2019 Andrew Minnich 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/license.md b/license.md index 9abf45a..1a39666 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 Andrew Minnich +Copyright (c) 2019 Andrew Minnich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal