Skip to content

Commit 201dd5f

Browse files
committed
bump versions
1 parent 7260b90 commit 201dd5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/assemblyscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suborbital/suborbital",
3-
"version": "0.11.1",
3+
"version": "0.12.0",
44
"types": "assembly/index.ts",
55
"description": "Suborbital's Runnable API for AssemblyScript",
66
"main": "assembly/index.ts",

api/rust/suborbital/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/rust/suborbital/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "suborbital"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
authors = ["cohix <[email protected]>"]
55
edition = "2018"
66
description = "Suborbital Wasm Runnable API"

0 commit comments

Comments
 (0)