From 4b834297373e6e28f109b4b20fadc4329dbfa015 Mon Sep 17 00:00:00 2001 From: Luigi Donadel Date: Tue, 15 Oct 2024 22:19:17 +0200 Subject: [PATCH] 0.1.1 --- README.md | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3dd57ce..3c18c30 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To install udb, follow these steps: 1. Ensure you have Node.js version 14.0.0 or higher installed on your macOS system. 2. Install the package from npm: ``` - npm install mobile-udb + npm install udblib ``` Note: The postinstall script will automatically install additional required tools using Homebrew and pipx. diff --git a/package.json b/package.json index 378589d..051558e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "mobile-udb", - "version": "0.1.0", + "name": "udblib", + "version": "0.1.1", "description": "Universal Debug Bridge: Control your iOS Simulators and Android Emulators via cli", "main": "index.js", "scripts": { @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/donadev/xdb.git" + "url": "git+https://github.com/donadev/udb.git" }, "keywords": [ "cli", @@ -20,9 +20,9 @@ "author": "Luigi Donadel", "license": "ISC", "bugs": { - "url": "https://github.com/donadev/xdb/issues" + "url": "https://github.com/donadev/udb/issues" }, - "homepage": "https://github.com/donadev/xdb#readme", + "homepage": "https://github.com/donadev/udb#readme", "dependencies": { "idb": "^7.0.0" },