From 765054d17f26637c428b68db747b1a0024b94f67 Mon Sep 17 00:00:00 2001 From: Stephan Petzl Date: Tue, 19 Sep 2023 15:16:48 +0200 Subject: [PATCH] Bump version to v0.3.9 --- .github/workflows/tagged_release.yaml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tagged_release.yaml b/.github/workflows/tagged_release.yaml index 894ca5c..153e756 100644 --- a/.github/workflows/tagged_release.yaml +++ b/.github/workflows/tagged_release.yaml @@ -2,7 +2,7 @@ name: Create tagged release on: push: tags: - - v*.*.* + - v* jobs: prebuild-macos: diff --git a/package.json b/package.json index 4e7424f..9fa25e5 100644 --- a/package.json +++ b/package.json @@ -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",