Skip to content

Commit

Permalink
reforis-netboot: update to version 1.0.0
Browse files Browse the repository at this point in the history
* Add & update Weblate translations
* Update dependencies in package.json
* Update Node.js to v21.x in Makefile
* Update ESLint and Prettier configurations
* Update .gitignore to exclude minified JS files and license files
* Update webpack.config.js with process/browser alias
* Update CI to use shared scripts, build and publish python package
* Replace Pylint & Pycodestyle for Ruff
* Restructure & update Makefile
* Change build system to Hatch
* Remove MANIFEST.in file
* NPM audit fix
  • Loading branch information
aleksan4eg committed Mar 14, 2024
1 parent bfc1269 commit 470169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/reforis/reforis-netboot-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=reforis-netboot-plugin
PKG_VERSION:=0.4.0
PKG_VERSION:=1.0.0
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
Expand Down

0 comments on commit 470169e

Please sign in to comment.