Skip to content

Commit

Permalink
fix download hint; bump 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYong committed Apr 4, 2019
1 parent db89b9f commit a22bffa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion calcit.edn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termina",
"version": "0.1.5",
"version": "0.1.6",
"description": "Start process from a Webpage",
"bin": {
"termina": "dist/server.js"
Expand Down
2 changes: 1 addition & 1 deletion src/app/server.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(.yellow
chalk
(<<
"New version ~{npm-version} available, current one is ~{version} . Please upgrade!\n\nyarn global add @jimengio/locales-editor\n")))))))))
"New version ~{npm-version} available, current one is ~{version} . Please upgrade!\n\nyarn global add termina\n")))))))))

(defn persist-db! []
(let [file-content (write-edn
Expand Down

0 comments on commit a22bffa

Please sign in to comment.