Skip to content

Commit

Permalink
🎇 Happy New Year 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Jan 29, 2025
1 parent b722b86 commit cd1233a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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-2024 Aliaksei Chapyzhenka
Copyright (c) 2011-2025 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 WaveDromEditor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WaveDromEditor",
"main": "editor.html",
"version": "2.7.0",
"version": "3.5.0",
"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

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

bash build.sh --name wavedrom-editor --nwversion v0.83.0 --version v3.4.0
bash build.sh --name wavedrom-editor --nwversion v0.95.0 --version v3.5.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wavedrom-editor",
"description": "WaveDrom editor",
"version": "3.4.0",
"version": "3.5.0",
"main": "index.js",
"directories": {
"doc": "doc"
Expand All @@ -27,9 +27,9 @@
"homepage": "http://wavedrom.com",
"devDependencies": {
"@drom/eslint-config": "^0.12.0",
"codemirror": "^5.65",
"eslint": "^8.56",
"wavedrom": "^3.4.0"
"codemirror": "^5.65.18",
"eslint": "^8.57.1",
"wavedrom": "^3.5.0"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node4"
Expand Down
4 changes: 2 additions & 2 deletions wavedrom.min.js

Large diffs are not rendered by default.

0 comments on commit cd1233a

Please sign in to comment.