Skip to content

Commit

Permalink
v2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Feb 13, 2022
1 parent 4ab7d04 commit 0fa178c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2011-2021 Aliaksei Chapyzhenka
Copyright (c) 2011-2022 Aliaksei Chapyzhenka

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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

curl https://raw.githubusercontent.com/drom/simple-nwjs-app/master/build.sh -o build.sh

bash build.sh --name wavedrom-editor --version v2.7.0
bash build.sh --name wavedrom-editor --version v2.9.1
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": "2.7.0",
"version": "2.9.1",
"main": "index.js",
"directories": {
"doc": "doc"
Expand Down Expand Up @@ -29,7 +29,7 @@
"@drom/eslint-config": "^0.10.0",
"codemirror": "^5.63",
"eslint": "^2.13.1",
"wavedrom": "^2.8.3"
"wavedrom": "^2.9.1"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node4"
Expand Down
16 changes: 14 additions & 2 deletions wavedrom.min.js

Large diffs are not rendered by default.

0 comments on commit 0fa178c

Please sign in to comment.