diff --git a/Version Control.accda.src/modules/modInstall.bas b/Version Control.accda.src/modules/modInstall.bas index 108e1f4e..2255e600 100644 --- a/Version Control.accda.src/modules/modInstall.bas +++ b/Version Control.accda.src/modules/modInstall.bas @@ -523,10 +523,10 @@ Public Sub Deploy(Optional ReleaseType As eReleaseType = Same_Version) If Not UpdateAddInFile Then Exit Sub ' Use the newly installed add-in to Export the project to version control. - VCS.Export + modAPI.HandleRibbonCommand "btnExport" ' Finish with success message if the latest version was installed. - If blnSuccess Then Debug.Print "Version " & AppVersion & " installed." + Debug.Print "Version " & AppVersion & " installed." End Sub diff --git a/Version Control.accda.src/vbe-project.json b/Version Control.accda.src/vbe-project.json index b8197611..dfbc5f0f 100644 --- a/Version Control.accda.src/vbe-project.json +++ b/Version Control.accda.src/vbe-project.json @@ -5,7 +5,7 @@ }, "Items": { "Name": "MSAccessVCS", - "Description": "Version 4.0.13 deployed on 6/12/2023", + "Description": "Version 4.0.15 deployed on 7/10/2023", "FileName": "Version Control.accda", "HelpFile": "", "HelpContextId": 0,