Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Dec 15, 2023
1 parent 42fef36 commit 0d47400
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
1 change: 0 additions & 1 deletion code/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <jx-af/jx/JXSplashWindow.h>
#include <jx-af/jx/JXTipOfTheDayDialog.h>
#include <jx-af/jx/JXCSFDialogBase.h>
#include <jx-af/jx/jXActionDefs.h>
#include <jx-af/jcore/JThisProcess.h>
#include <jx-af/jcore/jDirUtil.h>
#include <jx-af/jcore/jWebUtil.h>
Expand Down
1 change: 0 additions & 1 deletion code/ExprDirector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <jx-af/jx/JXSaveFileDialog.h>
#include <jx-af/jx/JXMacWinPrefsDialog.h>
#include <jx-af/jx/JXImage.h>
#include <jx-af/jx/jXActionDefs.h>
#include <jx-af/jexpr/JExprParser.h>
#include <jx-af/jexpr/JFunction.h>
#include <fstream>
Expand Down
1 change: 0 additions & 1 deletion code/Plot2DDirector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <jx-af/jx/JXTextMenu.h>
#include <jx-af/jx/JXHelpManager.h>
#include <jx-af/jx/JXImage.h>
#include <jx-af/jx/jXActionDefs.h>
#include <jx-af/j2dplot/JX2DPlotWidget.h>
#include <jx-af/j2dplot/J2DPlotFunction.h>
#include <jx-af/jexpr/JExprParser.h>
Expand Down
1 change: 0 additions & 1 deletion code/VarDirector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <jx-af/jx/JXScrollbarSet.h>
#include <jx-af/jx/JXScrollbar.h>
#include <jx-af/jx/JXColHeaderWidget.h>
#include <jx-af/jx/jXActionDefs.h>
#include <jx-af/jcore/JString.h>
#include <jx-af/jcore/jAssert.h>

Expand Down
2 changes: 1 addition & 1 deletion release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.3
3.0.4
7 changes: 7 additions & 0 deletions release/doc/ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ <h1>Leibnitz: Changes from previous versions</h1>
<p>Please submit all suggestions and bugs via <a href="https://github.com/jafl/jx_application_framework/issues">github</a>.</p>
<hr>

<h2>3.0.4</h2>

<ul>
<li>Added Windows key shortcuts to most menu items.</li>
</ul>


<h2>3.0.2</h2>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: leibnitz
title: Leibnitz
base: core20
version: "3.0.3"
version: "3.0.4"
license: GPL-3.0-or-later
source-code: https://github.com/jafl/leibnitz
issues: https://github.com/jafl/leibnitz/issues
Expand Down

0 comments on commit 0d47400

Please sign in to comment.