Release/0.5.4.0 (#2234)

* version up to 0.5.4.0
This commit is contained in:
Isaac Powell
2021-11-26 11:00:58 +10:00
committed by GitHub
parent c6bb893c32
commit 66257f1cf3
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ Verify first that your issue/request has not been posted previously:
* https://github.com/beefproject/beef/issues
* https://github.com/beefproject/beef/wiki/FAQ
Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/v0.5.3.0).
Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/v0.5.4.0).
Please do your best to provide as much information as possible. It will help substantially if you can enable and provide debugging logs with your issue. Instructions for enabling debugging logs are below:

View File

@@ -4,4 +4,4 @@
# See the file 'doc/COPYING' for copying permission
#
0.5.4.0-pre
0.5.4.0

View File

@@ -6,7 +6,7 @@
# BeEF Configuration file
beef:
version: '0.5.4.0-pre'
version: '0.5.4.0'
# More verbose messages (server-side)
debug: false
# More verbose messages (client-side)

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "BeEF",
"version": "0.5.4.0-pre",
"version": "0.5.4.0",
"lockfileVersion": 1
}

View File

@@ -1,6 +1,6 @@
{
"name": "BeEF",
"version": "0.5.4.0-pre",
"version": "0.5.4.0",
"description": "The Browser Exploitation Framework Project",
"scripts": {
"docs": "./node_modules/.bin/jsdoc -c conf.json"