Skip to content

Commit 3defe19

Browse files
committed
version bump
1 parent e5ca693 commit 3defe19

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

baton.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
local baton = {
2-
_VERSION = 'Baton v1.0.1',
2+
_VERSION = 'Baton v1.0.2',
33
_DESCRIPTION = 'Input library for LÖVE.',
44
_URL = 'https://github.com/tesselode/baton',
55
_LICENSE = [[
66
MIT License
77
8-
Copyright (c) 2019 Andrew Minnich
8+
Copyright (c) 2020 Andrew Minnich
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal

license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Andrew Minnich
3+
Copyright (c) 2020 Andrew Minnich
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)