We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676c7d5 commit 9fa4d7eCopy full SHA for 9fa4d7e
src/htmlEntities.lua
@@ -6,10 +6,10 @@ local register_global_module_htmlEntities = false
6
local global_module_name_htmlEntities = 'htmlEntities'
7
8
local htmlEntities = {
9
- version = '1.1.1',
+ version = '1.2.0',
10
name = 'htmlEntities-for-lua',
11
- author = 'Tiago Danin - 2017',
12
- license = 'GPLv3',
+ author = 'Tiago Danin',
+ license = 'MIT',
13
page = 'https://TiagoDanin.github.io/htmlEntities-for-lua/'
14
}
15
0 commit comments