Skip to content

Commit 0620fc3

Browse files
committed
docs: atualiza versão pra v1.5 nos banners e instruções de instalação
1 parent 594ce76 commit 0620fc3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sistema de logging modular y minimalista para Lua: recopile mensajes en memoria,
2121
### Via LuaRocks
2222

2323
```bash
24-
luarocks make rockspecs/loglua-1.4-1.rockspec
24+
luarocks make rockspecs/loglua-1.5-1.rockspec
2525
```
2626

2727
### Manualmente

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A modular and minimalist logging system for Lua: collect messages in memory, org
2121
### Via LuaRocks
2222

2323
```bash
24-
luarocks make rockspecs/loglua-1.4-1.rockspec
24+
luarocks make rockspecs/loglua-1.5-1.rockspec
2525
```
2626

2727
### Manually

README.pt-BR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Sistema de logging modular e minimalista para Lua: colete mensagens em memória,
2121
### Via LuaRocks
2222

2323
```bash
24-
luarocks make rockspecs/loglua-1.4-1.rockspec
24+
luarocks make rockspecs/loglua-1.5-1.rockspec
2525
```
2626

2727
### Manualmente

loglua/help.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help.pt = {}
2323

2424
help.pt.text = [[
2525
╔══════════════════════════════════════════════════════════════╗
26-
║ LogLua v1.4
26+
║ LogLua v1.5
2727
║ Sistema de logging modular para Lua ║
2828
╚══════════════════════════════════════════════════════════════╝
2929
@@ -197,7 +197,7 @@ help.en = {}
197197

198198
help.en.text = [[
199199
╔══════════════════════════════════════════════════════════════╗
200-
║ LogLua v1.4
200+
║ LogLua v1.5
201201
║ Modular logging system for Lua ║
202202
╚══════════════════════════════════════════════════════════════╝
203203
@@ -371,7 +371,7 @@ help.es = {}
371371

372372
help.es.text = [[
373373
╔══════════════════════════════════════════════════════════════╗
374-
║ LogLua v1.4
374+
║ LogLua v1.5
375375
║ Sistema de logging modular para Lua ║
376376
╚══════════════════════════════════════════════════════════════╝
377377

0 commit comments

Comments
 (0)