release: 1.0.0

master 1.0.0
erik 4 weeks ago
parent 176b919edf
commit 8b509e9f8c

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

@ -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"
]
}
Loading…
Cancel
Save