Skip to content

Commit

Permalink
fix: target unity version 2021.3 > 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga committed Feb 22, 2024
1 parent 8583dd7 commit 2231b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Packages/RosettaUI.UIToolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"displayName": "RosettaUI - UI Toolkit",
"description": "RosettaUI UI Toolkit bridge",
"unity": "2021.3",
"unity": "2022.3",
"dependencies": {
"ga.fuquna.rosettaui": "1.5.3"
},
Expand All @@ -19,4 +19,4 @@
},
"repository": "github:fuqunaga/RosettaUI",
"license": "(MIT OR Apache-2.0)"
}
}
4 changes: 2 additions & 2 deletions Packages/RosettaUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.3",
"displayName": "RosettaUI",
"description": "Code-based GUI library for development menus for Unity",
"unity": "2021.2",
"unity": "2022.3",
"keywords": [
"unity",
"ui"
Expand All @@ -15,4 +15,4 @@
},
"repository": "github:fuqunaga/RosettaUI",
"license": "MIT"
}
}

0 comments on commit 2231b41

Please sign in to comment.