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

Commit

Permalink
config(version): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb committed Feb 5, 2018
1 parent f895994 commit 7a035fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions docs/_includes/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">Download now</h2>
<p>Version 1.0.0</p>
<p>Version 1.1.0</p>
<div class="badges">
<ul class="list-inline">
<li>
<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>
<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>
<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>
<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>
<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>
<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>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/feature.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="section-heading">At Your Service</h2>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-save wow bounceIn text-primary"></i>
<h3>Save your snippets</h3>
<h3>Save multi snippets in one note</h3>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-notes",
"version": "1.0.1",
"version": "1.1.0",
"author": "Laurent THIEBAULT <[email protected]>",
"description": "A simple code snippet manager for developers built with Electron 🚀",
"license": "MIT",
Expand Down

0 comments on commit 7a035fa

Please sign in to comment.