Skip to content

Commit

Permalink
fix: pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed May 13, 2024
1 parent 9673f19 commit d41c2ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/relesase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: 🛠️ Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion alt-text-generator-gpt-vision.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: AI Alt Text Generator for GPT Vision
* Plugin URI: https://github.com/android-com-pl/wp-ai-alt-generator
* Description: Automatically generate alternative text for images using OpenAI's GPT Vision API.
* Version: 2.2.0
* Version: 2.2.1
* Requires at least: 6.3
* Requires PHP: 8.1
* Author: android.com.pl
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: alt text, accessibility, SEO, GPT-V, OpenAI
Requires at least: 6.3
Tested up to: 6.5
Requires PHP: 8.1
Stable tag: 2.2.0
Stable tag: 2.2.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Plugin URI: https://github.com/android-com-pl/wp-ai-alt-generator
Expand Down

0 comments on commit d41c2ee

Please sign in to comment.