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

Commit

Permalink
chore: up version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb committed Dec 3, 2019
1 parent 7238025 commit a0099e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions docs/_includes/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="section-heading">Download now</h2>
<p>Version 1.2.2</p>
<p>Version 1.2.3</p>
<div class="badges">
<ul class="list-inline">
<li>
<a class="download-link"
href="https://github.com/lauthieb/code-notes/releases/download/1.2.2/code-notes-1.2.2.dmg"
target="_blank"><i class="fa fa-fw fa-apple"></i></a>
href="https://github.com/lauthieb/code-notes/releases/download/1.2.3/code-notes-1.2.3.dmg"
target="_blank" rel="noopener noreferrer"><em class="fa fa-fw fa-apple"
></i></a>
<a class="download-link"
href="https://github.com/lauthieb/code-notes/releases/download/1.2.2/code-notes-1.2.2-x86_64.AppImage"
target="_blank"><i class="fa fa-fw fa-linux"></i></a>
href="https://github.com/lauthieb/code-notes/releases/download/1.2.3/code-notes-1.2.3-x86_64.AppImage"
target="_blank" rel="noopener noreferrer"><em class="fa fa-fw fa-linux"></em></a>
<a class="download-link"
href="https://github.com/lauthieb/code-notes/releases/download/1.2.2/code-notes-1.2.2.exe"
target="_blank"><i class="fa fa-fw fa-windows"></i></a>
href="https://github.com/lauthieb/code-notes/releases/download/1.2.3/code-notes-1.2.3.exe"
target="_blank" rel="noopener noreferrer"><em class="fa fa-fw fa-windows"></em></a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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": "code-notes",
"version": "1.2.4",
"version": "1.2.3",
"author": "Laurent THIEBAULT <[email protected]>",
"description": "A simple code snippet manager for developers built with Electron 🚀",
"license": "MIT",
Expand Down

0 comments on commit a0099e7

Please sign in to comment.