Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Sep 15, 2023
1 parent 8a5eba7 commit faba9b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG: Freeboard

### v2.2.2

- **Fixed**: Update Anchor Watch to use `signalk-anchor-alarm` REST API to resolve incorrect state being displayed.
- **Fixed**: Switching to fixed location did not update map until a delta update had been parsed.

### v2.2.1

- **Fixed**: Issue where waypoint was not centered on the screen when the center waypoint button was clicked from the entry in the waypoint list.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/freeboard-sk",
"version": "2.2.1",
"version": "2.2.2",
"description": "Openlayers chart plotter implementation for Signal K",
"keywords": [
"signalk-webapp",
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ interface PluginInfo {
@Injectable({ providedIn: 'root' })
export class AppInfo extends Info {
private DEV_SERVER = {
host: '192.168.86.32', //'localhost', // host name || ip address
host: 'localhost', //'192.168.86.32', // host name || ip address
port: 3000, // port number
ssl: false
};
Expand Down Expand Up @@ -264,7 +264,7 @@ export class AppInfo extends Info {
this.name = 'Freeboard-SK';
this.shortName = 'Freeboard';
this.description = `Signal K Chart Plotter.`;
this.version = '2.2.1';
this.version = '2.2.2';
this.url = 'https://github.com/signalk/freeboard-sk';
this.logo = './assets/img/app_logo.png';

Expand Down

0 comments on commit faba9b2

Please sign in to comment.