Skip to content

Commit

Permalink
Merge pull request #8 from concord-consortium/update-version-to-1.0.0
Browse files Browse the repository at this point in the history
build: Update version number to 1.0.0
  • Loading branch information
dougmartin committed Sep 27, 2024
2 parents 2b54b00 + 6f51117 commit cccd075
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": "nasa-codap-plugin",
"version": "0.0.1",
"version": "1.0.0",
"description": "Concord Consortium Starter CODAP 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/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AttributeCategory, IAttribute } from "./types";

export const kPluginName = "NASA: Earth, Air, and Water";
export const kVersion = "0.0.1";
export const kVersion = "1.0.0";
export const kDataContextName = "NASAPluginData";
export const kInitialDimensions = {
width: 360,
Expand Down

0 comments on commit cccd075

Please sign in to comment.