Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Updated to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Jun 23, 2013
1 parent cf42426 commit dc5da74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Expand Up @@ -10,7 +10,7 @@ include ( cmake/dist.cmake )
include ( lua )

install ( DIRECTORY lua/ DESTINATION ${INSTALL_LMOD} COMPONENT Runtime )
install_data ( CHANGES.txt LICENCE.txt README.txt )
install_doc ( docs/ )
install_test ( run.lua tests/ )
install_data ( CHANGES.md LICENSE.md README.md CONTRIBUTING.md )
install_doc ( doc/ )
install_test ( tests/ )
install_example ( examples/ )
4 changes: 2 additions & 2 deletions dist.info
@@ -1,7 +1,7 @@
--- This file is part of LuaDist project

name = "penlight"
version = "1.1"
version = "1.2.1"

desc = "A portable, pure-Lua standard library covering common patterns."
author = "Steve Donovan, David Manura"
Expand All @@ -10,7 +10,7 @@ url = "https://github.com/stevedonovan/Penlight"
license = "MIT"

depends = {
"lua >= 5.1",
"lua >= 5.1, < 5.3",
"luafilesystem >= 1.5",
Windows = {
"alien >= 0.4",
Expand Down

0 comments on commit dc5da74

Please sign in to comment.