diff --git a/README.md b/README.md index d2f4681..2ef0936 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🍄 Mycorrhiza Wiki -A screenshot of mycorrhiza.wiki's home page in the Safari browser +A screenshot of mycorrhiza.wiki's home page in the Safari browser **Mycorrhiza Wiki** is a lightweight file-system wiki engine that uses Git for keeping history. diff --git a/help/en.myco b/help/en.myco index 88616db..1eb081d 100644 --- a/help/en.myco +++ b/help/en.myco @@ -1,6 +1,6 @@ # Help -This is documentation for **Mycorrhiza Wiki** version **1.4** ([[https://mycorrhiza.wiki | official wiki]]). +This is documentation for **Mycorrhiza Wiki** version **1.5** ([[https://mycorrhiza.wiki | official wiki]]). **Choose a topic from the list.** diff --git a/main.go b/main.go index d79838f..21abf6e 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.4.0") + log.Println("Running Mycorrhiza Wiki 1.5.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) } diff --git a/views/stuff.qtpl b/views/stuff.qtpl index 50b0baf..738fa3c 100644 --- a/views/stuff.qtpl +++ b/views/stuff.qtpl @@ -244,7 +244,7 @@ for u := range user.YieldUsers() {

About {%s cfg.WikiName %}