aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-17 20:21:42 +0200
committerRuben Beltran del Rio <ruben@unlimited.pizza>2023-04-17 20:21:42 +0200
commit160a27bd2aa334a881f7c54847ef406925f87633 (patch)
treebf2d3834684443707f3b7a4fc7e0c0b312abcdc7
parent7348f5ea3a1182c9f4a75d05a405e90f9e33797c (diff)
Replace gmi with md1.0.0
-rw-r--r--Cargo.lock2
-rw-r--r--README.md (renamed from README.gmi)1
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 40f6366..a3327a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,4 +4,4 @@ version = 3
[[package]]
name = "page"
-version = "0.1.0"
+version = "1.0.0"
diff --git a/README.gmi b/README.md
index d53a207..b842b0a 100644
--- a/README.gmi
+++ b/README.md
@@ -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`.
+