From 901be41b3ecc764bf2937f6478eb5fdd9d9efa5c Mon Sep 17 00:00:00 2001 From: Kenichi Maehashi Date: Sun, 5 Dec 2021 01:01:24 +0900 Subject: [PATCH] bump version to v0.3.0 --- XojoInstruments/XojoInstruments.xojo_code | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XojoInstruments/XojoInstruments.xojo_code b/XojoInstruments/XojoInstruments.xojo_code index ebbc08e..8fd95d5 100644 --- a/XojoInstruments/XojoInstruments.xojo_code +++ b/XojoInstruments/XojoInstruments.xojo_code @@ -36,13 +36,13 @@ Protected Module XojoInstruments #tag EndComputedProperty - #tag Constant, Name = BugVersion, Type = Double, Dynamic = False, Default = \"1", Scope = Protected + #tag Constant, Name = BugVersion, Type = Double, Dynamic = False, Default = \"0", Scope = Protected #tag EndConstant #tag Constant, Name = MajorVersion, Type = Double, Dynamic = False, Default = \"0", Scope = Protected #tag EndConstant - #tag Constant, Name = MinorVersion, Type = Double, Dynamic = False, Default = \"2", Scope = Protected + #tag Constant, Name = MinorVersion, Type = Double, Dynamic = False, Default = \"3", Scope = Protected #tag EndConstant