From 09185d65d242a89c9084e8eb0bde4774e8e9b88b Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 21 Jan 2022 13:14:32 +0100 Subject: [PATCH] Updating versions strings. --- package-macosx.sh | 2 +- snapcraft.yaml | 2 +- win/installer.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-macosx.sh b/package-macosx.sh index 2a2e95a..efa9057 100644 --- a/package-macosx.sh +++ b/package-macosx.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=0.1.3 +VERSION=0.1.4 title="LogarithmPlotter v${VERSION} Setup" finalDMGName="LogarithmPlotter-v${VERSION}-setup.dmg" applicationName=LogarithmPlotter diff --git a/snapcraft.yaml b/snapcraft.yaml index c049967..b8d3ff9 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,6 +1,6 @@ name: logarithmplotter title: LogarithmPlotter -version: '0.1.3' +version: '0.1.4' summary: 2D plotter software to make BODE plots, sequences and repartition functions. description: | LogarithmPlotter is, as it's name suggests, a plotter made with logarithm scales in mind. With an object system similar to [Geogebra](https://geogebra.org)'s, it allows dynamic creation of plots with very few limitations. diff --git a/win/installer.nsi b/win/installer.nsi index ebf4955..d1eae3c 100644 --- a/win/installer.nsi +++ b/win/installer.nsi @@ -11,7 +11,7 @@ Unicode True !define PROG_ID "LogarithmPlotter.File.1" !define DEV_NAME "Ad5001" !define WEBSITE "https://apps.ad5001.eu/logarithmplotter" -!define VERSION_SHORT "0.1.3" +!define VERSION_SHORT "0.1.4" !define APP_VERSION "${VERSION_SHORT}.0" !define COPYRIGHT "Ad5001 (c) 2022" !define DESCRIPTION "Create graphs with logarithm scales."