aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`.
+