From 91d08399d9354a9b25560c58e3d53898bc9b09e9 Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 8 Jul 2020 09:25:44 +0200 Subject: [PATCH] releasing --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0d16a0..2a3fd03 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,7 @@ shadow-cljs compile test ### prod release ``` #adjust version -vi shadow-cljs.edn - +vi package.json git commit -am 'releasing' git tag -am 'releasing' git push --follow-tags diff --git a/package.json b/package.json index 88dd5ce..b06c014 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dda-masto-embed", "author": "meissa GmbH", - "version": "0.0.6", + "version": "0.1.0", "homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "license": "Apache-2.0",