Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Sep 3, 2021
1 parent 7260b90 commit 201dd5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/assemblyscript/package.json
@@ -1,6 +1,6 @@
{
"name": "@suborbital/suborbital",
"version": "0.11.1",
"version": "0.12.0",
"types": "assembly/index.ts",
"description": "Suborbital's Runnable API for AssemblyScript",
"main": "assembly/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion api/rust/suborbital/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/rust/suborbital/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital"
version = "0.11.1"
version = "0.12.0"
authors = ["cohix <connorjhicks@gmail.com>"]
edition = "2018"
description = "Suborbital Wasm Runnable API"
Expand Down

0 comments on commit 201dd5f

Please sign in to comment.