From e14c07204a0f43a7dad26140a3f8fc5d4ceab2d7 Mon Sep 17 00:00:00 2001 From: patdyn Date: Fri, 31 May 2024 11:06:51 +0200 Subject: [PATCH] release: 1.0.1 --- build.py | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 10426d8..1e712a2 100644 --- a/build.py +++ b/build.py @@ -9,7 +9,7 @@ name = 'dda-masto-embed' MODULE = 'not-used' PROJECT_ROOT_PATH = '.' -version = "1.0.1-dev" +version = "1.0.1" @init def initialize(project): diff --git a/package.json b/package.json index 9af43d5..5e4d821 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dda-masto-embed", "author": "meissa GmbH", - "version": "1.0.1-SNAPSHOT", + "version": "1.0.1", "homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "license": "Apache-2.0",