version up (#2188)

This commit is contained in:
Isaac Powell
2021-10-15 12:56:58 +10:00
committed by GitHub
parent ea65554a50
commit 3b34e428cc
4 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -6,7 +6,7 @@
# BeEF Configuration file
beef:
version: '0.5.3.0'
version: '0.5.4.0-pre'
# 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.3.0",
"version": "0.5.4.0-pre",
"lockfileVersion": 1
}

View File

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