Skip to content

Commit 57fdd01

Browse files
att
1 parent 261caf5 commit 57fdd01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ a [SilverChain](https://github.com/OUIsolutions/SilverChain) Lua Wrapper
66

77
| Item| What it is |
88
|-----|------------|
9-
| [LuaSilverChain.zip](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/LuaSilverChain.zip)| Zip file with the LuaSilverChain module |
10-
|[silverchain_darwin_import.c](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/silverchain_darwin_import.c) | C file to be used with Darwin to build the LuaSilverChain module |
11-
|[silverchain_full.c](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/silverchain_full.c) | C file with the full implementation of the LuaSilverChain module |
12-
|[silverchain_no_dependecie_included.c](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/silverchain_no_dependecie_included.c)| C file with the implementation of the LuaSilverChain module without the dependencies included |
9+
| [LuaSilverChain.zip](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.1.0/LuaSilverChain.zip)| Zip file with the LuaSilverChain module |
10+
|[silverchain_darwin_import.c](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.1.0/silverchain_darwin_import.c) | C file to be used with Darwin to build the LuaSilverChain module |
11+
|[silverchain_full.c](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.1.0/silverchain_full.c) | C file with the full implementation of the LuaSilverChain module |
12+
|[silverchain_no_dependecie_included.c](https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.1.0/silverchain_no_dependecie_included.c)| C file with the implementation of the LuaSilverChain module without the dependencies included |
1313

1414

1515

1616
# Install
1717

1818
for installation just type
1919
```shell
20-
curl -L https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.0.5/LuaSilverChain.zip -o LuaSilverChain.zip && unzip LuaSilverChain.zip && rm LuaSilverChain.zip
20+
curl -L https://github.com/OUIsolutions/LuaSilverChain/releases/download/0.1.0/LuaSilverChain.zip -o LuaSilverChain.zip && unzip LuaSilverChain.zip && rm LuaSilverChain.zip
2121

2222
```
2323

0 commit comments

Comments
 (0)