Skip to content

Commit 9623514

Browse files
author
Jonathan
authored
Merge pull request #4623 from jonyMarino/increase_AirSim_version_number
AirSim v1.8.1
2 parents efe2d23 + 404c50d commit 9623514

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PythonClient/airsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .utils import *
33
from .types import *
44

5-
__version__ = "1.7.0"
5+
__version__ = "1.8.1"

Unreal/Plugins/AirSim/AirSim.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion" : 3,
3-
"Version" : "1.7.0",
4-
"VersionName": "1.7.0",
3+
"Version" : "1.8.1",
4+
"VersionName": "1.8.1",
55
"FriendlyName": "AirSim",
66
"Description": "AirSim - Autonomous Aerial Vehicles Simulator Plugin",
77
"Category" : "Science",

0 commit comments

Comments
 (0)