From 59596daf94f21e4be710e2e410c11d88a6179a82 Mon Sep 17 00:00:00 2001 From: Florent Lioult Date: Fri, 24 Jul 2020 17:56:03 +0200 Subject: [PATCH] Released version 1.3.2. --- CHANGELOG.md | 2 +- pom.xml | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b11052..0e75055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.3.2-SNAPSHOT] +## [1.3.2] ### Changed - Export to CSV in a single column without the index. - Stop filtering out serial ports based on their name. diff --git a/pom.xml b/pom.xml index 668d914..2281ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.hihan girinoscope - 1.3.2-SNAPSHOT + 1.3.2 Girinoscope A simple graphical user interface for Girino, a Fast Arduino Oscilloscope running on Linux, Mac OS X and Windows. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 8f38272..c801ad3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: girinoscope -version: '1.3.2-SNAPSHOT' +version: '1.3.2' title: Girinoscope summary: A simple Java graphical user interface for Girino, a Fast Arduino Oscilloscope