Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmundt committed Oct 12, 2021
1 parent 8a4a922 commit cdb9637
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ authors:
- family-names: Mundt
given-names: Paul
orcid: https://orcid.org/0000-0003-0315-290X
version: 1.1.1
version: 1.2.0
doi: 10.5281/zenodo.5111925
date-released: 2021-07-18
date-released: 2021-07-18
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

## Latest
## 1.2.0

- Ensure new webhooks are listed through the `/simulator/webhooks` REST
API endpoint.
Expand Down
2 changes: 1 addition & 1 deletion lib/views/event_injection_home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class _EventInjectionHomeState extends State<EventInjectionHome> {
color: Theme.of(context).primaryColor,
),
applicationName: 'KnowGo Vehicle Simulator',
applicationVersion: '1.1.1',
applicationVersion: '1.2.0',
applicationLegalese: '© 2020-2021 Adaptant Solutions AG',
);
},
Expand Down
2 changes: 1 addition & 1 deletion lib/views/vehicle_simulator_home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ class _VehicleSimulatorHomeState extends State<VehicleSimulatorHome> {
color: Theme.of(context).primaryColor,
),
applicationName: 'KnowGo Vehicle Simulator',
applicationVersion: '1.1.1',
applicationVersion: '1.2.0',
applicationLegalese: '© 2020-2021 Adaptant Solutions AG',
);
},
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
repository: https://github.com/knowgoio/knowgo-vehicle-simulator
issue_tracker: https://github.com/knowgoio/knowgo-vehicle-simulator/issues
documentation: https://knowgoio.github.io/knowgo-vehicle-simulator/docs
version: 1.1.1
version: 1.2.0

environment:
sdk: ">=2.13.0 <3.0.0"
Expand Down Expand Up @@ -71,7 +71,7 @@ msix_config:
publisher_display_name: Adaptant Solutions AG
identity_name: AdaptantSolutionsAG.KnowGoVehicleSimulator
publisher: CN=F98FFF93-A117-4459-8FFE-1761BACA0060
msix_version: 1.1.1.0
msix_version: 1.2.0.0
logo_path: web/icons/icon-512.png
start_menu_icon_path: web/icons/icon-512.png
tile_icon_path: web/icons/icon-512.png
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: knowgo-vehicle-simulator
title: KnowGo Vehicle Simulator
version: 1.1.1
version: 1.2.0
summary: Connected Car simulator for generating and streaming realistic telemetry
description: |
KnowGo Vehicle Simulator is an interactive multi-platform Connected Car simulator capable of
Expand Down

0 comments on commit cdb9637

Please sign in to comment.