From 3defe19f8f0da1a457ba86095e6f6a3c7ee6a8e9 Mon Sep 17 00:00:00 2001 From: Andrew Minnich Date: Sat, 12 Dec 2020 17:14:42 -0500 Subject: [PATCH] version bump --- baton.lua | 4 ++-- license.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/baton.lua b/baton.lua index d672fe7..4cc1206 100644 --- a/baton.lua +++ b/baton.lua @@ -1,11 +1,11 @@ local baton = { - _VERSION = 'Baton v1.0.1', + _VERSION = 'Baton v1.0.2', _DESCRIPTION = 'Input library for LÖVE.', _URL = 'https://github.com/tesselode/baton', _LICENSE = [[ MIT License - Copyright (c) 2019 Andrew Minnich + Copyright (c) 2020 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 1a39666..2b62109 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Andrew Minnich +Copyright (c) 2020 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