v0.0.3: bump from 0.0.2 to trigger an automated deployment

i broke the ci while moving the repo from x1ddos/nostrweb to
nostr/nostrweb - all settings remained in the old repo and pipelines
didn't run at the new location.

could've overwritten the git tag but what happens in public git,
stays in git. so, just making a new dummy tag to trigger the ci.
alex 2 years ago
parent d6e49dc769
commit 64170846d3
Signed by untrusted user: x1ddos
GPG Key ID: FDEFB4A63CBD8460

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "nostrweb",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostrweb",
"version": "0.0.2",
"version": "0.0.3",
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"esbuild": "^0.14.54",

@ -1,6 +1,6 @@
{
"name": "nostrweb",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"devDependencies": {

Loading…
Cancel
Save