diff --git a/.github/workflows/run-tests-and-package.yml b/.github/workflows/run-tests-and-package.yml index 67c90978..349eb824 100644 --- a/.github/workflows/run-tests-and-package.yml +++ b/.github/workflows/run-tests-and-package.yml @@ -392,7 +392,6 @@ jobs: cd devenv mage env:setup dev false false mage env:up dev - mage deps:install dev - name: Setup Go to use access token for private repos if: ${{ VARS.LL_USE_LOCAL_BACKEND == 'true' }} env: @@ -529,7 +528,7 @@ jobs: if: always() run: | cd devenv - mage env:downsilent dev + mage env:down dev - name: Upload logs uses: actions/upload-artifact@v4 if: always() diff --git a/package.json b/package.json index 16766ed8..a8992684 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.lootlocker.lootlockersdk", - "version": "7.1.0", + "version": "7.1.1", "displayName": "LootLocker", "description": "LootLocker is a game backend-as-a-service with plug and play tools to upgrade your game and give your players the best experience possible. Designed for teams of all shapes and sizes, on mobile, PC and console. From solo developers, indie teams, AAA studios, and publishers. Built with cross-platform in mind.\n\n▪ Manage your game\nSave time and upgrade your game with leaderboards, progression, and more. Completely off-the-shelf features, built to work with any game and platform.\n\n▪ Manage your content\nTake charge of your game's content on all platforms, in one place. Sort, edit and manage everything, from cosmetics to currencies, UGC to DLC. Without breaking a sweat.\n\n▪ Manage your players\nStore your players' data together in one place. Access their profile and friends list cross-platform. Manage reports, messages, refunds and gifts to keep them hooked.\n", "unity": "2019.2",