Skip to content

Commit 7409f79

Browse files
committed
Update version tags
1 parent 290aec2 commit 7409f79

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Assets/UnitySensors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.frj.unity-sensors",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"displayName": "UnitySensors",
55
"description": "",
66
"unity": "2021.3",

Assets/UnitySensorsROS/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.frj.unity-sensors-ros",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"displayName": "UnitySensorsROS",
55
"description": "",
66
"unity": "2021.3",
77
"dependencies": {
8-
"com.frj.unity-sensors": "2.0.1",
8+
"com.frj.unity-sensors": "2.0.2",
99
"com.unity.robotics.ros-tcp-connector": "0.7.0-preview"
1010
},
1111
"keywords": [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ There are several Prefab and Scene files available for testing each sensor.
3030
2. In the Package Manager window, find and click the + button in the upper lefthand corner of the window. Select `Add package from git URL....`
3131

3232
3. Enter the git URL for the desired package.
33-
1. For the UnitySensors, enter `https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors#v2.0.1`.
34-
2. For the UnitySensorsROS, enter `https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS#v2.0.1`.
33+
1. For the UnitySensors, enter `https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors#v2.0.2`.
34+
2. For the UnitySensorsROS, enter `https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensorsROS#v2.0.2`.
3535
__Note: UnitySensorsROS does not contain UnitySensors.__
3636
4. Click `Add`.
3737

0 commit comments

Comments
 (0)