Skip to content

Commit

Permalink
Bump version v2.0.1 -> v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Aug 31, 2023
1 parent 4fa4cfb commit 32d2d78
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Center for Threat-Informed Defense"

# The full version, including alpha/beta/rc tags
version = "v2.0.1"
version = "v2.1.0"
release = version


Expand Down
4 changes: 2 additions & 2 deletions docs/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies do not conflict with other Python packages you may have installed.
...
Installing the current project: attack-flow (2.0.1)
Installing the current project: attack-flow (2.1.0)
Finally, enter the virtualenv. You can check if the installation succeeded by running
the ``af`` command.
Expand All @@ -65,7 +65,7 @@ the ``af`` command.
$ poetry shell
py[attack-flow] $ af version
Attack Flow version 2.0.1
Attack Flow version 2.1.0
.. warning::

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "attack-flow"
version = "2.0.1"
version = "2.1.0"
description = "Attack Flow helps executives, SOC managers, and defenders easily understand how attackers compose ATT&CK techniques into attacks by developing a representation of attack flows, modeling attack flows for a small corpus of incidents, and creating visualization tools to display attack flows."
authors = [
"Desiree Beck <[email protected]>",
Expand Down
64 changes: 32 additions & 32 deletions src/attack_flow_builder/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"name": "attack-flow-builder",
"version": "2.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"release": "standard-version",
"update-intel": "node ./attack/update_attack_intel.js"
},
"author": "mcarenzo",
"dependencies": {
"vue": "^3.0.0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/node": "^20.4.5",
"@types/resize-observer-browser": "^0.1.7",
"@vue/cli-plugin-typescript": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/compiler-sfc": "^3.0.0",
"d3": "^7.4.4",
"standard-version": "^9.3.2",
"typescript": "^4.1.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
{
"name": "attack-flow-builder",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"release": "standard-version",
"update-intel": "node ./attack/update_attack_intel.js"
},
"author": "mcarenzo",
"dependencies": {
"vue": "^3.0.0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/node": "^20.4.5",
"@types/resize-observer-browser": "^0.1.7",
"@vue/cli-plugin-typescript": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/compiler-sfc": "^3.0.0",
"d3": "^7.4.4",
"standard-version": "^9.3.2",
"typescript": "^4.1.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}

0 comments on commit 32d2d78

Please sign in to comment.