Skip to content

Commit

Permalink
Merge pull request #29 from concord-consortium/v0.2.0
Browse files Browse the repository at this point in the history
Version 0.2.0
  • Loading branch information
dougmartin authored Apr 1, 2024
2 parents 367caf3 + 7a27780 commit 9756928
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": "markov-chain-plugin",
"version": "0.1.0-pre.1",
"version": "0.2.0",
"description": "Concord Consortium Markov Chain 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/use-codap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
import codapInterface from "../utils/codap-interface";

const PluginName = "Markov Chain";
const PluginVersion = "0.19";
const PluginVersion = "0.2.0";
const InitialDimensions = {
width: 600,
height: 420
Expand Down

0 comments on commit 9756928

Please sign in to comment.