Skip to content

Commit

Permalink
build: Update package.json version to 0.1.3
Browse files Browse the repository at this point in the history
Also updated version shown in CODAP titlebar to v0.1.3.
  • Loading branch information
dougmartin committed Aug 21, 2024
1 parent 44b11fa commit 89af9e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codap-noaa-plugin",
"version": "0.1.1",
"version": "0.1.3",
"description": "CODAP NOAA Weather Plugin",
"main": "index.js",
"browserslist": "> 0.2%, last 5 versions, Firefox ESR, not dead, not ie > 0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import WarningIcon from "../assets/images/icon-warning.svg";
import "./App.scss";

const kPluginName = "NOAA Weather Station Data";
const kVersion = "0014";
const kVersion = "v0.1.3";
const kInitialDimensions = {
width: 360,
height: 670
Expand Down

0 comments on commit 89af9e3

Please sign in to comment.