Skip to content

Commit

Permalink
Bump version to v0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stoefln committed Sep 19, 2023
1 parent b4ae365 commit 765054d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create tagged release
on:
push:
tags:
- v*.*.*
- v*

jobs:
prebuild-macos:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-native-ocr",
"version": "0.3.6",
"version": "0.3.9",
"description": "Native Node.js bindings for the Tesseract OCR project.",
"gypfile": true,
"main": "lib/index.js",
Expand Down

0 comments on commit 765054d

Please sign in to comment.