From ab22196dfa4675ad682632dc87400f03516cd211 Mon Sep 17 00:00:00 2001 From: Will O'Beirne Date: Thu, 24 Mar 2022 00:32:28 -0500 Subject: [PATCH] Version 0.3.0 --- .gitignore | 3 ++- README.md | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ed71832..7083888 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules lib dist *.log -.rpt2_cache \ No newline at end of file +.rpt2_cache +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 8830564..f5667cd 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ If you don't have a build system, you can add the following script tag to your project which will add all functionality under the global `WebLN` namespace: ```html ``` diff --git a/package.json b/package.json index 170f617..da2d522 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webln", - "version": "0.2.1", + "version": "0.3.0", "description": "Spec and tools around implementing WebLN", "main": "lib/index.js", "types": "lib/index.d.ts",