Skip to content

Commit

Permalink
build: Updated version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed Sep 10, 2024
1 parent cbb66e6 commit 00621bb
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-day-length-plugin-3",
"version": "0.0.1",
"version": "1.1.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,5 +1,5 @@
export const kPluginName = "Day Length";
export const kVersion = "0.0.1";
export const kVersion = "1.1.0";
export const kDataContextName = "DayLengthPluginData";
export const kInitialDimensions = {
width: 340,
Expand Down

0 comments on commit 00621bb

Please sign in to comment.