Skip to content

Commit

Permalink
v1.5.1 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
decacis authored Aug 24, 2024
1 parent 3f159ef commit aa41eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
OCULUS_VERSION: 67
GODOT_ENGINE_VERSION: "4.2.0"
GODOT_ENGINE_STAGE: "stable"
INTEGRATION_VERSION: "v1.5.0"
INTEGRATION_VERSION: "v1.5.1"

jobs:
lint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Godot Oculus Platform"
description="An open-source implementation of the Oculus Platform SDK intended to be used with the Quest platform."
author="Daniel Castellanos"
version="1.5.0"
version="1.5.1"
script="export_plugin.gd"
2 changes: 1 addition & 1 deletion tools/godotoculusplatform-android-plugin/config.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
versions = [
pluginVersion: '1.5.0',
pluginVersion: '1.5.1',
gradlePluginVersion: '7.4.0',
compileSdk : 32,
minSdk : 24,
Expand Down

0 comments on commit aa41eb2

Please sign in to comment.