Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Jun 19, 2024
1 parent a565655 commit 0542ae8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/SqlNotebook.wxs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<?define ProductVersion = "1.2.2"?>
<?define ProductVersion = "1.2.3"?>
<?define ProductUpgradeCode = "1E7BF0C5-FEDF-4702-A504-6E32A7C86BA4"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product
Expand Down
4 changes: 2 additions & 2 deletions src/SqlNotebook/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand Down Expand Up @@ -35,4 +35,4 @@
[assembly: AssemblyVersion("1.0.0.0")]

// this is Application.ProductVersion
[assembly: AssemblyFileVersion("1.2.2")]
[assembly: AssemblyFileVersion("1.2.3")]
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ <h1>Open source app for casual data exploration in SQL</h1>
<hr width="100%" size="2">
<h2>News</h2>
<ul>
<li><b>2024-06-18</b> - Version 1.2.3 is released. Arm64-based computers are now supported. <a moz-do-not-send=
"true" href="https://sqlite.org/releaselog/3_46_0.html">SQLite 3.46.0</a> includes minor bug fixes and adds the
ability to use underscores in numeric literals, like 1_999.<br></li>
<li><b>2023-11-05</b> - Version 1.2.2 is released. A build for 32-bit Windows computers has been added.
<a moz-do-not-send="true" href="https://sqlite.org/releaselog/3_44_0.html">SQLite 3.44.0</a> adds new features
including support for <tt>ORDER BY</tt> clauses after the last parameter in aggregate functions like the new SQL
Expand All @@ -38,9 +41,6 @@ <h2>News</h2>
"https://github.com/nalgeon/sqlean">Anton Zhiyanov's sqlean library</a> are now built-in. Additional SQLite
extensions can be loaded with the <a moz-do-not-send="true" href=
"https://sqlite.org/lang_corefunc.html#load_extension">load_extension function</a>.<br></li>
<li><b>2021-12-16</b> - Version 1.0.1 is released. This release adds support for Windows 7 and 8.</li>
<li><b>2021-12-13</b> - SQL Notebook version 1.0.0 has been released. This is the first stable release. All aspects
of SQL Notebook have been improved compared to version 0.6.0.</li>
</ul>
<div class="screenshot-border" style="float: right; margin-top: 30px; margin-left: 30px;">
<a href="art/import-screenshot.png"><img moz-do-not-send="true" src="art/import-screenshot.png" alt="" class=
Expand Down

0 comments on commit 0542ae8

Please sign in to comment.