Version update

This commit is contained in:
Knut Sveidqvist
2021-08-05 07:42:52 +02:00
parent a4e01dd8e9
commit d3ae43c4ba
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Publish - name: Publish
run: | run: |
PREVIEW_VERSION=4 PREVIEW_VERSION=5
VERSION=$(echo ${{github.ref}} | tail -c +20)-preview.$PREVIEW_VERSION VERSION=$(echo ${{github.ref}} | tail -c +20)-preview.$PREVIEW_VERSION
echo $VERSION echo $VERSION
npm version --no-git-tag-version --allow-same-version $VERSION npm version --no-git-tag-version --allow-same-version $VERSION

View File

@@ -1,6 +1,6 @@
{ {
"name": "mermaid", "name": "mermaid",
"version": "8.11.3", "version": "8.11.4",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.", "description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"main": "dist/mermaid.core.js", "main": "dist/mermaid.core.js",
"keywords": [ "keywords": [