From 974a704873148b7be23142eff099d4ea2393cf5e Mon Sep 17 00:00:00 2001 From: Tom Clarke Date: Sun, 16 Jul 2023 19:51:54 +0100 Subject: [PATCH] correct binary format for building --- package.json | 2 +- src/Renderer/Interface/Version.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e116dbaf5..b2f8f1e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "issie", - "version": "4.0.a.2", + "version": "4.0.2", "description": "Schematic editor and Simulator", "homepage": "https://github.com/tomcl/issie", "bugs": { diff --git a/src/Renderer/Interface/Version.fs b/src/Renderer/Interface/Version.fs index 191295da1..37c8050dd 100644 --- a/src/Renderer/Interface/Version.fs +++ b/src/Renderer/Interface/Version.fs @@ -1,5 +1,5 @@ module Version -let VERSION = [ "4" ; "0" ; "a"; "2" ] +let VERSION = [ "4" ; "0" ; "a"; "2" ] // The first 12 white-space separated words in this file must be in the above format - note that spaces are required. // This works as valid F# data for displaying the code version and can also be read programmatically from the master branch github file