Updating versions strings.

This commit is contained in:
Ad5001 2022-01-21 13:14:32 +01:00
parent 39a5f52118
commit 09185d65d2
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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.

View file

@ -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."