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

Commit a0099e7

Browse files
committed
chore: up version 1.2.3
1 parent 7238025 commit a0099e7

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/_includes/download.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
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.2.2</p>
6+
<p>Version 1.2.3</p>
77
<div class="badges">
88
<ul class="list-inline">
99
<li>
1010
<a class="download-link"
11-
href="https://github.com/lauthieb/code-notes/releases/download/1.2.2/code-notes-1.2.2.dmg"
12-
target="_blank"><i class="fa fa-fw fa-apple"></i></a>
11+
href="https://github.com/lauthieb/code-notes/releases/download/1.2.3/code-notes-1.2.3.dmg"
12+
target="_blank" rel="noopener noreferrer"><em class="fa fa-fw fa-apple"
13+
></i></a>
1314
<a class="download-link"
14-
href="https://github.com/lauthieb/code-notes/releases/download/1.2.2/code-notes-1.2.2-x86_64.AppImage"
15-
target="_blank"><i class="fa fa-fw fa-linux"></i></a>
15+
href="https://github.com/lauthieb/code-notes/releases/download/1.2.3/code-notes-1.2.3-x86_64.AppImage"
16+
target="_blank" rel="noopener noreferrer"><em class="fa fa-fw fa-linux"></em></a>
1617
<a class="download-link"
17-
href="https://github.com/lauthieb/code-notes/releases/download/1.2.2/code-notes-1.2.2.exe"
18-
target="_blank"><i class="fa fa-fw fa-windows"></i></a>
18+
href="https://github.com/lauthieb/code-notes/releases/download/1.2.3/code-notes-1.2.3.exe"
19+
target="_blank" rel="noopener noreferrer"><em class="fa fa-fw fa-windows"></em></a>
1920
</li>
2021
</ul>
2122
</div>

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-notes",
3-
"version": "1.2.4",
3+
"version": "1.2.3",
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)