Skip to content

Commit

Permalink
cut a new custom version
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Jul 20, 2021
1 parent e1ea2d4 commit 1feb6ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.6"
"version": "0.1.6-asset"
}
4 changes: 2 additions & 2 deletions packages/native-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@statechannels/native-utils",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"version": "0.1.6",
"version": "0.1.6-asset",
"author": "Jannis Pohlmann <[email protected]>",
"license": "MIT",
"dependencies": {
"@statechannels/wasm-utils": "^0.1.6",
"@statechannels/wasm-utils": "^0.1.6-asset",
"lodash": "^4.17.20"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wasm-utils/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 wasm-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-utils"
version = "0.1.6"
version = "0.1.6-asset"
edition = "2018"
license = "MIT"
authors = [
Expand Down

0 comments on commit 1feb6ad

Please sign in to comment.