Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Release v0.1.0 #45

Merged
merged 2 commits into from
Nov 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"description": "",
"homepage": "https://github.com/transeptorlabs/smarthub-snap#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transeptor-labs/smarthub-site",
"version": "0.0.0",
"version": "0.1.0",
"license": "(MIT-0 OR Apache-2.0)",
"author": {
"name": "Transeptor Labs",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transeptor-labs/smarthub-snap",
"version": "0.0.0",
"version": "0.1.0",
"description": "A MetaMask snap the helps you manage ERC-4337 smart account",
"keywords": [
"metamask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.0.0",
"version": "0.1.0",
"description": "A snap the helps you manage ERC-4337 smart account",
"proposedName": "SmartHub",
"repository": {
"type": "git",
"url": "https://github.com/transeptorlabs/smarthub-snap.git"
},
"source": {
"shasum": "lqQTGQBj80t200Re8l1LFKdTm7vP0y8Rb7erxdhVRcQ=",
"shasum": "NPMDpUmmpqYxB35K2LufKF8hpbUsE7YkrxywhWvVaFM=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading