Skip to content

Commit

Permalink
tools deploy updated version numbers count
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Oct 17, 2023
1 parent ded7664 commit e9e60f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ function Initialize-ScriptVariables {
$Script:VersionLocations = [ordered] @{
TinyOrm = @{
VersionOnly = [ordered] @{
(Resolve-Path -Path ./NOTES.txt) = 1
(Resolve-Path -Path ./NOTES.txt) = 3
(Resolve-Path -Path ./cmake/vcpkg/ports/tinyorm/vcpkg.json) = 1
(Resolve-Path -Path ./cmake/vcpkg/ports/tinyorm-qt5/vcpkg.json) = 1
(Resolve-Path -Path ./docs/building/hello-world.mdx) = 4
(Resolve-Path -Path ./docs/building/migrations.mdx) = 1
(Resolve-Path -Path ./docs/building/tinyorm.mdx) = 1
}
[VersionType]::VersionWith_v = [ordered] @{
(Resolve-Path -Path ./NOTES.txt) = 1
(Resolve-Path -Path ./NOTES.txt) = 2
(Resolve-Path -Path ./README.md) = 2
(Resolve-Path -Path ./docs/README.mdx) = 1
(Resolve-Path -Path ./docs/building/tinyorm.mdx) = 1
Expand Down

0 comments on commit e9e60f1

Please sign in to comment.