diff --git a/README.md b/README.md index 54b6771..3c9958a 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,7 @@ npm run lint This version 1 is totally local, but I have a lot of ideas to make this app better ! -* Github gists integration : 🚂 WIP on [feat/gists-integration](https://github.com/lauthieb/code-notes/tree/feat/gists-integration) -* Add several snippets in one note : 🚂 WIP [refactor/multi-snippets-in-note](https://github.com/lauthieb/code-notes/tree/refactor/multi-snippets-in-note) +* Github gists integration : 🚂 WIP on [feat/gists-integration](https://github.com/lauthieb/code-notes/tree/feat/gists-integration) * Add the notion of tags on each snippet * Redesign the snippet card (with language logo for example) * Add some shortcuts to improve the productivity diff --git a/docs/_includes/download.html b/docs/_includes/download.html index 199b032..1440ab4 100755 --- a/docs/_includes/download.html +++ b/docs/_includes/download.html @@ -3,13 +3,13 @@

Download now

-

Version 1.0.0

+

Version 1.1.0

  • - - - + + +
diff --git a/docs/_includes/feature.html b/docs/_includes/feature.html index bbf9c46..08edef4 100644 --- a/docs/_includes/feature.html +++ b/docs/_includes/feature.html @@ -13,7 +13,7 @@

At Your Service

-

Save your snippets

+

Save multi snippets in one note

diff --git a/package.json b/package.json index c6bf054..3695a89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-notes", - "version": "1.0.1", + "version": "1.1.0", "author": "Laurent THIEBAULT ", "description": "A simple code snippet manager for developers built with Electron 🚀", "license": "MIT",