Skip to content

Commit

Permalink
release v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
j20001970 committed May 16, 2024
1 parent 11ad7ed commit b337d8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions addons/GDMP/plugin.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[plugin]

name="GDMP"
description="Godot plugin for utilizing MediaPipe graphs in GDScript."
author="Jason Kuo"
version="0.3"
description="Godot plugin for MediaPipe framework and solutions."
author="Jason Kuo & contributors"
version="0.4"
script="plugin.gd"
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ allprojects {
}

android {
namespace "io.gdmp"
namespace 'io.gdmp'
compileSdk 34

defaultConfig {
minSdk 21
versionCode 3
versionName "0.3"
versionCode 4
versionName '0.4'
}

compileOptions {
Expand Down

0 comments on commit b337d8c

Please sign in to comment.