Skip to content

Commit

Permalink
Motoko 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Oct 7, 2024
1 parent f7fe913 commit add51d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# Remember to update me in package-set.yml as well
env:
vessel_version: "v0.7.0"
moc_version: "0.13.0"
moc_version: "0.13.1"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
vessel_version: "v0.7.0"
moc_version: "0.13.0"
moc_version: "0.13.1"

jobs:
verify:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.13.1

(nothing)

## 0.13.0

(nothing)
Expand Down
4 changes: 2 additions & 2 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base"
version = "0.13.0"
version = "0.13.1"
description = "The Motoko base library"
repository = "https://github.com/dfinity/motoko-base"
keywords = [ "base" ]
Expand All @@ -10,5 +10,5 @@ license = "Apache-2.0"
matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.0@3dac8a071b69e4e651b25a7d9683fe831eb7cffd"

[toolchain]
moc = "0.13.0"
moc = "0.13.1"
wasmtime = "17.0.0"

0 comments on commit add51d6

Please sign in to comment.