From 8b509e9f8cc2011edd99a8cfddbe8551f2787768 Mon Sep 17 00:00:00 2001 From: erik Date: Thu, 30 May 2024 09:49:18 +0200 Subject: [PATCH] release: 1.0.0 --- build.py | 2 +- package.json | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/build.py b/build.py index 7fa9f02..2df6e1f 100644 --- a/build.py +++ b/build.py @@ -9,7 +9,7 @@ name = 'dda-masto-embed' MODULE = 'not-used' PROJECT_ROOT_PATH = '.' -version = "0.2.5" +version = "1.0.0" @init def initialize(project): diff --git a/package.json b/package.json index 8811c42..966fa82 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,26 @@ { - "name": "dda-masto-embed", - "author": "meissa GmbH", - "version": "0.2.5", - "homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", - "repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", - "license": "Apache-2.0", - "private": false, - "devDependencies": { - "ajv": "^8.10", - "eslint": ">=8.10.0", - "lodash.template": ">=4.5.0", - "shadow-cljs": "^2.17.8", - "source-map-support": "^0.5.21" - }, - "dependencies": { - "mastodon-api": "^1.3.0" - }, - "main": "dda-masto-embed.js", - "keywords": [ - "cljs", - "mastodon", - "status", - "bootstrap" - ] -} + "name": "dda-masto-embed", + "author": "meissa GmbH", + "version": "1.0.0", + "homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", + "repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", + "license": "Apache-2.0", + "private": false, + "devDependencies": { + "ajv": "^8.10", + "eslint": ">=8.10.0", + "lodash.template": ">=4.5.0", + "shadow-cljs": "^2.17.8", + "source-map-support": "^0.5.21" + }, + "dependencies": { + "mastodon-api": "^1.3.0" + }, + "main": "dda-masto-embed.js", + "keywords": [ + "cljs", + "mastodon", + "status", + "bootstrap" + ] +} \ No newline at end of file