Skip to content

Commit

Permalink
bump version to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedonovan committed Jul 16, 2017
1 parent 347aec3 commit 42a861b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/config.ld
@@ -1,5 +1,5 @@
project = 'Penlight'
description = 'Penlight Lua Libraries 1.5.2'
description = 'Penlight Lua Libraries 1.5.3'
full_description = 'The documentation is available @{01-introduction.md|here}.'
title = 'Penlight Documentation'
dir = 'api'
Expand Down
2 changes: 1 addition & 1 deletion lua/pl/utils.lua
Expand Up @@ -11,7 +11,7 @@ local append = table.insert
local unpack = rawget(_G,'unpack') or rawget(table,'unpack')

local utils = {
_VERSION = "1.4.1",
_VERSION = "1.5.2",
lua51 = compat.lua51,
setfenv = compat.setfenv,
getfenv = compat.getfenv,
Expand Down

0 comments on commit 42a861b

Please sign in to comment.