release: 1.0.0

This commit is contained in:
erik 2024-05-30 09:49:18 +02:00
parent 176b919edf
commit e205d80a87
2 changed files with 26 additions and 26 deletions

View file

@ -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):

View file

@ -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"
]
}