Skip to content

Commit

Permalink
Merge pull request #36 from concord-consortium/v0.4.0
Browse files Browse the repository at this point in the history
Version 0.4.0
  • Loading branch information
dougmartin authored Apr 16, 2024
2 parents 470522b + d0e1b43 commit d7c3832
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": "multidata-plugin",
"version": "0.3.0",
"version": "0.4.0",
"description": "Concord Consortium Multidata 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/hooks/useCodapState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { getCases, getDataSetCollections, sortAttribute } from "../utils/apiHelp
import { ICollections, ICollection, IDataSet } from "../types";

const iFrameDescriptor = {
version: "0.0.1",
version: "0.4.0",
pluginName: "multidata-plugin",
title: "MultiData",
dimensions: {
Expand Down

0 comments on commit d7c3832

Please sign in to comment.