Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading