Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jan 25, 2016
1 parent c69002b commit 08ed3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/depgraph/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local scan = require "depgraph.scan"

local depgraph = {}

depgraph._VERSION = "0.1.0"
depgraph._VERSION = "0.1.1"

local function normalize_io_error(name, err)
if err:sub(1, #name + 2) == (name .. ": ") then
Expand Down

0 comments on commit 08ed3bc

Please sign in to comment.