Skip to content

Commit

Permalink
Merge pull request #46 from concord-consortium/update-version-tag-to-…
Browse files Browse the repository at this point in the history
…1.1.0

build: Updated version to 1.1.0
  • Loading branch information
dougmartin authored Sep 10, 2024
2 parents cbb66e6 + 00621bb commit d27bb0a
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 d27bb0a

Please sign in to comment.