Skip to content

Commit 15e0f64

Browse files
committed
Merge branch 'release/1.3.1'
2 parents 23124be + 121ff75 commit 15e0f64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScreenManager.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
--===============================================================================--
2222

2323
local ScreenManager = {
24-
_VERSION = '1.3.0',
24+
_VERSION = '1.3.1',
2525
_DESCRIPTION = 'Screen/State Management for the LÖVE framework',
26-
_URL = 'https://bitbucket.org/rmcode/screenmanager/',
26+
_URL = 'https://github.com/rm-code/screenmanager/',
2727
};
2828

2929
-- ------------------------------------------------

0 commit comments

Comments
 (0)