Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit 7a035fa

Browse files
committed
config(version): 1.1.0
1 parent f895994 commit 7a035fa

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ npm run lint
6060

6161
This version 1 is totally local, but I have a lot of ideas to make this app better !
6262

63-
* Github gists integration : 🚂 WIP on [feat/gists-integration](https://github.com/lauthieb/code-notes/tree/feat/gists-integration)
64-
* Add several snippets in one note : 🚂 WIP [refactor/multi-snippets-in-note](https://github.com/lauthieb/code-notes/tree/refactor/multi-snippets-in-note)
63+
* Github gists integration : 🚂 WIP on [feat/gists-integration](https://github.com/lauthieb/code-notes/tree/feat/gists-integration)
6564
* Add the notion of tags on each snippet
6665
* Redesign the snippet card (with language logo for example)
6766
* Add some shortcuts to improve the productivity

docs/_includes/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<div class="row">
44
<div class="col-md-8 col-md-offset-2">
55
<h2 class="section-heading">Download now</h2>
6-
<p>Version 1.0.0</p>
6+
<p>Version 1.1.0</p>
77
<div class="badges">
88
<ul class="list-inline">
99
<li>
10-
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.0.0/code-notes-1.0.0.dmg" target="_blank"><i class="fa fa-fw fa-apple"></i></a>
11-
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.0.0/code-notes-1.0.0-x86_64.AppImage" target="_blank"><i class="fa fa-fw fa-linux"></i></a>
12-
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.0.0/code-notes-1.0.0.exe" target="_blank"><i class="fa fa-fw fa-windows"></i></a>
10+
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.1.0/code-notes-1.1.0.dmg" target="_blank"><i class="fa fa-fw fa-apple"></i></a>
11+
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.1.0/code-notes-1.1.0-x86_64.AppImage" target="_blank"><i class="fa fa-fw fa-linux"></i></a>
12+
<a class="download-link" href="https://github.com/lauthieb/code-notes/releases/download/1.1.0/code-notes-1.1.0.exe" target="_blank"><i class="fa fa-fw fa-windows"></i></a>
1313
</li>
1414
</ul>
1515
</div>

docs/_includes/feature.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2 class="section-heading">At Your Service</h2>
1313
<div class="col-lg-3 col-md-6 text-center">
1414
<div class="service-box">
1515
<i class="fa fa-4x fa-save wow bounceIn text-primary"></i>
16-
<h3>Save your snippets</h3>
16+
<h3>Save multi snippets in one note</h3>
1717
</div>
1818
</div>
1919
<div class="col-lg-3 col-md-6 text-center">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-notes",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"author": "Laurent THIEBAULT <[email protected]>",
55
"description": "A simple code snippet manager for developers built with Electron 🚀",
66
"license": "MIT",

0 commit comments

Comments
 (0)