Skip to content

Commit 969813c

Browse files
authored
Merge pull request #101 from Field-Robotics-Japan/hotfix/readmeTag
Fix version tags
2 parents da69a23 + fdd690c commit 969813c

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": "0.1.1",
3+
"version": "2.0.0",
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": "0.1.1",
3+
"version": "2.0.0",
44
"displayName": "UnitySensorsROS",
55
"description": "",
66
"unity": "2021.3",
77
"dependencies": {
8-
"com.frj.unity-sensors": "0.1.1",
8+
"com.frj.unity-sensors": "2.0.0",
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#v1.0b`.
34-
2. For the UnitySensorsROS, enter `https://github.com/Field-Robotics-Japan/UnitySensorsROS.git?path=/Assets/UnitySensorsROS#v1.0b`.
33+
1. For the UnitySensors, enter `https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors#v2.0.0b`.
34+
2. For the UnitySensorsROS, enter `https://github.com/Field-Robotics-Japan/UnitySensorsROS.git?path=/Assets/UnitySensorsROS#v2.0.0b`.
3535
__Note: UnitySensorsROS does not contain UnitySensors.__
3636
4. Click `Add`.
3737

0 commit comments

Comments
 (0)