Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jun 18, 2023
1 parent ff9bffd commit 7ad3534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/00-common.linq
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ static ProjectVersion[] Projects = new[]
new ProjectVersion("Sdcb.PaddleOCR", "2.6.0.5"),
new ProjectVersion("Sdcb.PaddleOCR.Models.Online", "2.6.0.5"),
new ProjectVersion("Sdcb.PaddleOCR.Models.LocalV3", "2.6.0.5"),
new ProjectVersion("Sdcb.PaddleDetection", "2.3.0"),
new ProjectVersion("Sdcb.RotationDetector", "1.0.0"),
new ProjectVersion("Sdcb.PaddleDetection", "2.3.1"),
new ProjectVersion("Sdcb.RotationDetector", "1.0.1"),
};

static async Task DownloadFile(Uri uri, string localFile, CancellationToken cancellationToken = default)
Expand Down

0 comments on commit 7ad3534

Please sign in to comment.