Skip to content

Commit

Permalink
bump versions to v1.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AronGahagan committed Jan 10, 2024
1 parent 6e9a22a commit f526108
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Core/cptAbout_frm.frm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'<cpt_version>v1.8.15</cpt_version>
'<cpt_version>v1.8.16</cpt_version>
Option Explicit

Private Sub cmdClose_Click()
Expand Down
4 changes: 2 additions & 2 deletions CurrentVersions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Module>
<Name>cptAbout_frm</Name>
<FileName>cptAbout_frm.frm</FileName>
<Version>v1.8.15</Version>
<Version>v1.8.16</Version>
<Type>3</Type>
<Directory>Core</Directory>
</Module>
Expand Down Expand Up @@ -325,7 +325,7 @@
<Module>
<Name>cptSetup_bas</Name>
<FileName>cptSetup_bas.bas</FileName>
<Version>v1.8.14</Version>
<Version>v1.8.16</Version>
<Type>1</Type>
<Directory></Directory>
</Module>
Expand Down
2 changes: 1 addition & 1 deletion cptSetup_bas.bas
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Attribute VB_Name = "cptSetup_bas"
'<cpt_version>v1.8.14</cpt_version>
'<cpt_version>v1.8.16</cpt_version>
Option Explicit
Public Const strGitHub = "https://raw.githubusercontent.com/AronGahagan/cpt-dev/master/"
'Public Const strGitHub = "https://raw.githubusercontent.com/ClearPlan/cpt/master/"
Expand Down

0 comments on commit f526108

Please sign in to comment.