Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Update package.json #6

Merged
merged 1 commit into from
Oct 11, 2023
Merged
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
12 changes: 6 additions & 6 deletions Assets/BetterJoystick/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "com.uurha.betterjoystick",
"name": "com.tdw.betterjoystick",
"displayName": "Better Joystick",
"version": "0.2.2",
"version": "0.2.3",
"unity": "2021.3",
"description": "Simple UI joystick done on UI Toolkit",
"author": {
"name": "Arcueid D'athemon",
"url": "https://github.com/uurha"
"url": "https://github.com/techno-dwarf-works"
},
"changelogUrl": "https://github.com/uurha/BetterJoystick",
"documentationUrl": "https://github.com/uurha/BetterJoystick/tree/main#readme",
"changelogUrl": "https://github.com/techno-dwarf-works/better-joystick",
"documentationUrl": "https://github.com/techno-dwarf-works/better-joystick/tree/main#readme",
"license": "MIT",
"licensesUrl":"https://github.com/uurha/BetterJoystick/blob/main/LICENSE",
"licensesUrl":"https://github.com/techno-dwarf-works/better-joystick/blob/main/LICENSE",
"keywords": [
"Input",
"User Input",
Expand Down
Loading