From 54a13e8e2301aaecaf06206b0f3721984ec654d7 Mon Sep 17 00:00:00 2001 From: CieNTi Date: Sun, 28 Aug 2016 23:41:14 +0200 Subject: [PATCH] Typos --- README.md | 1 + installer.iss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76916e9..841932a 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Original [Borislav Kereziev](mailto:b.kereziev@gmail.com) work commit [source](https://developer.mbed.org/users/borislav/notebook/serial-port-plotter/) +[1.2.0]: https://github.com/CieNTi/serial_port_plotter/releases/tag/v1.2.0 [1.1.0]: https://github.com/CieNTi/serial_port_plotter/releases/tag/v1.1.0 [1.0.0]: https://github.com/CieNTi/serial_port_plotter/releases/tag/v1.0.0 diff --git a/installer.iss b/installer.iss index fcfd155..3b4c31d 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Serial Port Plotter" -#define MyAppVersion "1.1.0" +#define MyAppVersion "1.2.0" #define MyAppPublisher "CieNTi" #define MyAppURL "https://github.com/CieNTi/serial_port_plotter" #define MyAppExeName "serial_port_plotter.exe"