From e681d7be233f267882c6f665e1af7a3a9667cf5c Mon Sep 17 00:00:00 2001 From: patdyn Date: Fri, 31 May 2024 11:06:51 +0200 Subject: [PATCH] bump version to: 1.0.2-SNAPSHOT --- build.py | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 1e712a2..84c53ba 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" +version = "1.0.2-dev" @init def initialize(project): diff --git a/package.json b/package.json index 5e4d821..1aab532 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dda-masto-embed", "author": "meissa GmbH", - "version": "1.0.1", + "version": "1.0.2-SNAPSHOT", "homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "license": "Apache-2.0",