Skip to content

Commit

Permalink
Upversion to 1.0.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-brooke committed Sep 11, 2017
1 parent 75c5618 commit f92a681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject smeagol "0.99.9-SNAPSHOT"
(defproject smeagol "1.0.0-rc3"
:description "A simple Git-backed Wiki inspired by Gollum"
:url "https://github.com/simon-brooke/smeagol"
:license {:name "GNU General Public License,version 2.0 or (at your option) any later version"
Expand Down
2 changes: 1 addition & 1 deletion src/smeagol/sanity.clj
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
[:p (as-hiccup :see-documentation messages)
[:a
{:href
"https://github.com/journeyman-cc/smeagol/blob/develop/resources/public/content/Deploying%20Smeagol.md"}
"https://github.com/journeyman-cc/smeagol/blob/master/resources/public/content/Deploying%20Smeagol.md"}
(as-hiccup :here messages)]]]
[:footer
[:div {:id "credits"}
Expand Down

0 comments on commit f92a681

Please sign in to comment.