Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMurzak committed Mar 30, 2023
1 parent 08d1b00 commit f4844ed
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Assets/_PackageRoot/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "extensions.unity.playerprefsex",
"displayName": "PlayerPrefsEx",
"author": { "name": "Ivan Murzak", "url": "https://github.com/IvanMurzak" },
"version": "2.0.0",
"author": {
"name": "Ivan Murzak",
"url": "https://github.com/IvanMurzak"
},
"version": "2.0.1",
"unity": "2018.3",
"description": "Lightweight package with optimized advanced version of PlayerPrefs. Under the hood it uses the same PlayerPrefs system, but creates flexible wrapper for default system.",
"dependencies": {

}
}
"dependencies": {}
}

0 comments on commit f4844ed

Please sign in to comment.