Skip to content

Commit

Permalink
- update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DucNV2000 committed Oct 10, 2024
1 parent 07dc76e commit f0375da
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Then in Window > Package Manager, you can select Packages: My Registry to see Gr
{
"dependencies": {
...
"com.tayx.graphy": "https://github.com/Tayx94/graphy.git",
"com.tayx.graphy": "https://github.com/wolf-org/graphy.git#3.0.6",
...
}
}
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "com.tayx.graphy",
"version": "3.0.5",
"displayName": "Graphy - Ultimate FPS Counter",
"description": "Graphy is the ultimate, easy to use, feature packed FPS Counter, stats monitor and debugger for your Unity project.",
"unity": "2019.4",
"license": "MIT",
"keywords": [
"fps",
"counter",
"performance",
"debugger",
"graphy"
],
"author": {
"name": "Martin Pane",
"email": "[email protected]",
"url": "https://twitter.com/martinTayx"
}
"name": "com.tayx.graphy",
"version": "3.0.6",
"displayName": "Graphy - Ultimate FPS Counter",
"description": "Graphy is the ultimate, easy to use, feature packed FPS Counter, stats monitor and debugger for your Unity project.",
"unity": "2019.4",
"license": "MIT",
"keywords": [
"fps",
"counter",
"performance",
"debugger",
"graphy"
],
"author": {
"name": "Martin Pane",
"email": "[email protected]",
"url": "https://twitter.com/martinTayx"
}
}

0 comments on commit f0375da

Please sign in to comment.