Skip to content

Commit

Permalink
updating motoko doc
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Jul 3, 2023
1 parent 9719144 commit ac7174b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MAINTENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git submodule update --init # if necessary
cd submodules/motoko
git checkout 0.7.6 #or whatever new tag you desire
cd ../..
git add submodule/motoko # add the change to the submodule
git add submodules/motoko # add the change to the submodule

Now replace static/moc-interpreter-0.7.3.js with static/moc_interpreter-0.7.6.js, downloaded from motoko release page. It would be better if this wasn't checked in, but, for now, it is.

Expand Down
2 changes: 1 addition & 1 deletion docs/motoko/version.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Motoko Version

The release of Motoko documented here, currently 0.8.7, may be a few versions ahead of the Motoko compiler that is shipped with dfx.
The release of Motoko documented here, currently 0.9.3, may be a few versions ahead of the Motoko compiler that is shipped with dfx.

You can, however, instruct `dfx` to use a newer version of Motoko than the one it shipped with.

Expand Down
2 changes: 1 addition & 1 deletion static/load_moc.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ExecutionEnvironment from "@docusaurus/ExecutionEnvironment";

const MOC_VERSION = "0.8.7";
const MOC_VERSION = "0.9.3";

async function addPackage(name, repo, version, dir) {
const meta_url = `https://data.jsdelivr.com/v1/package/gh/${repo}@${version}/flat`;
Expand Down
1 change: 0 additions & 1 deletion static/moc-interpreter-0.8.7.js

This file was deleted.

1 change: 1 addition & 0 deletions static/moc-interpreter-0.9.3.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion submodules/motoko
Submodule motoko updated 198 files

0 comments on commit ac7174b

Please sign in to comment.