Skip to content

Commit

Permalink
Bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
henrivain committed May 10, 2024
1 parent a350138 commit 4ca8133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dotnet add package TesseractOcrMaui
3. By package reference

```xml
<PackageReference Include="TesseractOcrMaui" Version="1.1.6" />
<PackageReference Include="TesseractOcrMaui" Version="1.2.0" />
```

### 2. Add package to dependency injection (see TesseractOcrMauiTestApp)
Expand Down
2 changes: 1 addition & 1 deletion TesseractOcrMaui/TesseractOcrMaui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<!-- Package properties -->
<PropertyGroup>
<Version>1.1.6</Version>
<Version>1.2.0</Version>
<Title>Tesseract Ocr Maui</Title>
<PackageId>TesseractOcrMaui</PackageId>
<Authors>henrivain</Authors>
Expand Down

0 comments on commit 4ca8133

Please sign in to comment.