diff --git a/package.json b/package.json index 783d2ff..080e887 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "gh-migrate-project", - "version": "1.0.0", + "version": "1.1.0", "type": "module", - "description": "Migrate GitHub projects (https://docs.github.com/en/issues/planning-and-tracking-with-projects) between GitHub products, organizations and users", + "description": "A GitHub CLI (https://cli.github.com/) extension for migrating GitHub Projects (https://docs.github.com/en/issues/planning-and-tracking-with-projects) between GitHub accounts and products", "homepage": "https://github.com/timrogers/gh-migrate-project", "scripts": { "package": "node build.js && npx pkg dist/migrate-project.cjs --out-path bin --targets node18-linux-x64,node18-macos-x64,node18-win-x64",