Skip to content

Commit

Permalink
put 1.0-2 version and revision readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wlingze committed Dec 13, 2020
1 parent b58f69d commit 977da0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ lua version of [IceCraem](https://github.com/gruns/icecream).
## install

```sh
luarocks install icecream
luarocks install icecream-lua
```

## use
Expand Down
4 changes: 2 additions & 2 deletions icecream-lua-1.0-1.rockspec → icecream-lua-1.0-2.rockspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package = "icecream-lua"
version = "1.0-1"
version = "1.0-2"
source = {
url = "git+ssh://git@github.com/wlingze/iccream-lua.git"
url = "git://github.com/wlingze/iccream-lua.git"
}
description = {
summary = "Never use print() to debug again. (lua)",
Expand Down

0 comments on commit 977da0a

Please sign in to comment.