Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRAWSVG committed Dec 31, 2021
1 parent e1a374e commit 106d641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"license": "LGPL-3.0-only",
"main": "src/main.js",
"version": "9.5.0",
"version": "9.6.0",
"author": "joseph LIARD",
"scripts": {
"start": "electron .",
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,11 @@ <h3><b>DRAW-SVG Desktop Editor</b></h3>
<!-- Footer -->
<footer class="w3-bar w3-light-grey w3-bottom">
<div class="w3-bar-item">
<p>Copyright &copy;2021 <a href="http://drawsvg.org" target="_blank">Draw SVG</a>. All Rights Reserved.</p>
<p>Copyright &copy;2022 <a href="http://drawsvg.org" target="_blank">Draw SVG</a>. All Rights Reserved.</p>
</div>
<div class="w3-bar-item w3-right">
<p><a href="http://drawsvg.org/home/release-notes.html" title="Release notes" target="_blank">Release notes</a> | Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank">w3.css</a>
<br><span style="font-size:smaller;font-style:italic">updated on January 2021</span></p>
<br><span style="font-size:smaller;font-style:italic">updated on January 2022</span></p>
</div>
</footer>

Expand Down

0 comments on commit 106d641

Please sign in to comment.