Skip to content

Commit

Permalink
⬆️ wavedrom 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Feb 25, 2019
1 parent f6d1478 commit 4fc9f6d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# WaveDrom editor

[WaveDromEditor](http://wavedrom.com/editor.html) is real-time editor of digital timing diagrams based on [WaveDrom](https://github.com/drom/wavedrom) engine and [WaveJSON](https://github.com/drom/wavedrom/wiki/WaveJSON) format.
[WaveDromEditor](http://wavedrom.com/editor.html) is real-time editor of digital timing diagrams based on [WaveDrom](https://github.com/wavedrom/wavedrom) engine and [WaveJSON](https://github.com/wavedrom/schema/blob/master/WaveJSON.md) format.

See [Tutorial](http://wavedrom.com/tutorial.html) for more examples.

Expand Down
2 changes: 1 addition & 1 deletion WaveDrom.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion WaveDromEditor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WaveDromEditor",
"main": "editor.html",
"version": "1.9.0",
"version": "1.9.2",
"window": {
"icon":"images/logo.png",
"toolbar": false,
Expand Down
2 changes: 1 addition & 1 deletion build-wde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ cp scripts/* src/scripts

wget https://raw.githubusercontent.com/drom/simple-nwjs-app/master/build.sh -O build.sh

bash build.sh --name wavedrom-editor --version v1.9.0
bash build.sh --name wavedrom-editor --version v1.9.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wavedrom-editor",
"description": "WaveDrom editor",
"version": "1.9.0",
"version": "1.9.2",
"main": "index.js",
"directories": {
"doc": "doc"
Expand Down Expand Up @@ -29,7 +29,7 @@
"codemirror": "^5.42.1",
"eslint": "^5.14.1",
"@drom/eslint-config": "^0.9.0",
"wavedrom": "^1.9.1"
"wavedrom": "^1.9.2"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node4"
Expand Down
2 changes: 1 addition & 1 deletion wavedrom.min.js

Large diffs are not rendered by default.

0 comments on commit 4fc9f6d

Please sign in to comment.