Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Jan 18, 2024
1 parent 2e2511f commit 91e79ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### v2.5.0

- **Added**: Toggle the display chart bounds on the map.
- **Added**: Support for Mapbox styles.
- **Updated**: New Map icons for waypoints and AIS targets.
- **Experiment (Weather)**:
- Removed NOAA service option.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/freeboard-sk",
"version": "2.4.0",
"version": "2.5.0",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
Expand Down Expand Up @@ -80,6 +80,7 @@
"ng-packagr": "^16.2.0",
"ngeohash": "^0.6.3",
"ol": "^8.2.0",
"ol-mapbox-style": "^12.1.1",
"pmtiles": "^2.7.0",
"prettier": "^2.5.1",
"prettier-plugin-organize-attributes": "^0.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export class AppInfo extends Info {
this.name = 'Freeboard-SK';
this.shortName = 'Freeboard';
this.description = `Signal K Chart Plotter.`;
this.version = '2.4.0';
this.version = '2.5.0';
this.url = 'https://github.com/signalk/freeboard-sk';
this.logo = './assets/img/app_logo.png';

Expand Down

0 comments on commit 91e79ed

Please sign in to comment.