From 3d324318dc079fd59ca0383ca645b3ec37befb88 Mon Sep 17 00:00:00 2001 From: Aron Gahagan Date: Mon, 30 Sep 2024 15:43:24 -0400 Subject: [PATCH] bump cpt to v1.8.21 --- Core/cptAbout_frm.frm | 2 +- CurrentVersions.xml | 4 ++-- cptSetup_bas.bas | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/cptAbout_frm.frm b/Core/cptAbout_frm.frm index 568ada3d..601118a6 100644 --- a/Core/cptAbout_frm.frm +++ b/Core/cptAbout_frm.frm @@ -13,7 +13,7 @@ Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False -'v1.8.20 +'v1.8.21 Option Explicit Private Sub cmdClose_Click() diff --git a/CurrentVersions.xml b/CurrentVersions.xml index cffbce37..36acc55d 100644 --- a/CurrentVersions.xml +++ b/CurrentVersions.xml @@ -3,7 +3,7 @@ cptAbout_frm cptAbout_frm.frm - v1.8.20 + v1.8.21 3 Core @@ -325,7 +325,7 @@ cptSetup_bas cptSetup_bas.bas - v1.8.20 + v1.8.21 1 diff --git a/cptSetup_bas.bas b/cptSetup_bas.bas index e287973b..83a802dd 100644 --- a/cptSetup_bas.bas +++ b/cptSetup_bas.bas @@ -1,5 +1,5 @@ Attribute VB_Name = "cptSetup_bas" -'v1.8.20 +'v1.8.21 Option Explicit Public Const strGitHub = "https://raw.githubusercontent.com/AronGahagan/cpt-dev/master/" 'Public Const strGitHub = "https://raw.githubusercontent.com/ClearPlan/cpt/master/"