Skip to content

Commit

Permalink
bump moc (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Sep 12, 2023
1 parent 4793ef1 commit 2c5f728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/moc.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { DeployModal, DeploySetter } from "./components/DeployModal";
import { backend, saved } from "./config/actor";
import { setupEditorIntegration } from "./integrations/editorIntegration";

const MOC_VERSION = "0.9.8";
const MOC_VERSION = "0.10.0";

const GlobalStyles = createGlobalStyle`
:root {
Expand Down

0 comments on commit 2c5f728

Please sign in to comment.