Skip to content

Commit

Permalink
Merge pull request #135 from CodeMyst/feature/version-bump
Browse files Browse the repository at this point in the history
Version bump to 1.6.2
  • Loading branch information
CodeMyst authored Mar 4, 2019
2 parents 9cc6479 + ff6c80b commit de5e8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.dt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ html(lang="en")
string #[a(href="https://github.com/codemyst/pastemyst", target="_blank") github] => "github.com/codemyst/pastemyst";
string #[a(href="/api-docs") api-docs] => "/api-docs";
string #[a description] => "A simple website for pasting text, mainly code snippets.";
string #[a version] => "1.6.1"; // #[a(href="https://github.com/CodeMyst/PasteMyst/releases", target="_blank") changelog]
string #[a version] => "1.6.2"; // #[a(href="https://github.com/CodeMyst/PasteMyst/releases", target="_blank") changelog]

block body

Expand Down

0 comments on commit de5e8a2

Please sign in to comment.