Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Aug 3, 2022
1 parent 9ab9d98 commit 1f79941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": "1.21.0",
"version": "1.21.1",
"description": "Openlayers chartplotter implementation for Signal K",
"keywords": [
"signalk-webapp",
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 @@ -173,7 +173,7 @@ export class AppInfo extends Info {
this.name= "Freeboard";
this.shortName= "freeboard";
this.description= `Signal K Chart Plotter.`;
this.version= '1.21.0';
this.version= '1.21.1';
this.url= 'https://github.com/signalk/freeboard-sk';
this.logo= "./assets/img/app_logo.png";

Expand Down

0 comments on commit 1f79941

Please sign in to comment.