Skip to content

Commit

Permalink
Merge pull request #64 from concord-consortium/update-version-to-0.3.0
Browse files Browse the repository at this point in the history
build: Update version to 0.3.0
  • Loading branch information
dougmartin authored Oct 2, 2024
2 parents fe4f401 + 2c85d8c commit b5c625c
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": "sampler",
"version": "0.2.0",
"version": "0.3.0",
"description": "Concord Consortium CODAP Sampler 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/contants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const kDataContextName = "Sampler";
export const kPluginMidWidth = 328;
export const kPluginName = "Sampler";
export const kVersion = "v0.2.0";
export const kVersion = "v0.3.0";
export const kInitialDimensions = {
width: kPluginMidWidth,
height: 500
Expand Down

0 comments on commit b5c625c

Please sign in to comment.