We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23124be + 121ff75 commit 15e0f64Copy full SHA for 15e0f64
ScreenManager.lua
@@ -21,9 +21,9 @@
21
--===============================================================================--
22
23
local ScreenManager = {
24
- _VERSION = '1.3.0',
+ _VERSION = '1.3.1',
25
_DESCRIPTION = 'Screen/State Management for the LÖVE framework',
26
- _URL = 'https://bitbucket.org/rmcode/screenmanager/',
+ _URL = 'https://github.com/rm-code/screenmanager/',
27
};
28
29
-- ------------------------------------------------
0 commit comments