diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 20:21:42 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-17 20:21:42 +0200 |
| commit | 160a27bd2aa334a881f7c54847ef406925f87633 (patch) | |
| tree | bf2d3834684443707f3b7a4fc7e0c0b312abcdc7 | |
| parent | 7348f5ea3a1182c9f4a75d05a405e90f9e33797c (diff) | |
Replace gmi with md1.0.0
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | README.md (renamed from README.gmi) | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -4,4 +4,4 @@ version = 3 [[package]] name = "page" -version = "0.1.0" +version = "1.0.0" @@ -67,3 +67,4 @@ This project is built using cargo. A makefile is provided to run common tasks. Build dev version with `make` or `make build`. Build release with `make -e profile=release` or `make -e profile=release build`. + |