Skip to content

Commit

Permalink
Bump plugin version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Sep 9, 2024
1 parent 35bcff6 commit a2293e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Download Artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down
24 changes: 12 additions & 12 deletions demo/addons/godot-krita-importer/libkra_importer.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ compatibility_minimum = 4.2

[libraries]

macos = "res://addons/godot-krita-importer/bin/libkra_importer.macos.template_debug.framework"
macos.template_release = "res://addons/godot-krita-importer/bin/libkra_importer.macos.template_release.framework"
windows.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.windows.template_debug.x86_64.dll"
windows.template_release.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.windows.template_release.x86_64.dll"
linux.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.linux.template_debug.x86_64.so"
linux.template_release.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.linux.template_release.x86_64.so"
macos.debug = "res://addons/godot-krita-importer/bin/libkra_importer.macos.template_debug.framework"
macos.release = "res://addons/godot-krita-importer/bin/libkra_importer.macos.template_release.framework"
windows.debug.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.windows.template_debug.x86_64.dll"
windows.release.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.windows.template_release.x86_64.dll"
linux.debug.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.linux.template_debug.x86_64.so"
linux.release.x86_64 = "res://addons/godot-krita-importer/bin/libkra_importer.linux.template_release.x86_64.so"

[dependencies]

macos = {}
macos.template_release = {}
windows.x86_64 = {}
windows.template_release.x86_64 = {}
linux.x86_64 = {}
linux.template_release.x86_64 = {}
macos.debug = {}
macos.release = {}
windows.debug.x86_64 = {}
windows.release.x86_64 = {}
linux.debug.x86_64 = {}
linux.release.x86_64 = {}
2 changes: 1 addition & 1 deletion demo/addons/godot-krita-importer/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Godot Krita Importer"
description="Plugin for Godot Engine to import Krita KRA-files"
author="Piet Bronders"
version="0.3"
version="0.4"
script="godot-krita-importer.gd"

0 comments on commit a2293e6

Please sign in to comment.