diff --git a/LICENSE b/LICENSE index a333fe4..9de79f6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Software Engineering Research Group, Heidelberg University +Copyright (c) 2023 Software Engineering Research Group, Heidelberg University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/decision.png b/doc/decision.png new file mode 100644 index 0000000..5d617f8 Binary files /dev/null and b/doc/decision.png differ diff --git a/package.json b/package.json index 9aec5c4..24f5bdb 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "cures-condec-vscode", "displayName": "Decision Documentation and Exploration", "description": "Enables developers to continuously document and explore decision knowledge. Decision knowledge covers knowledge about decisions, the problems they address, solution proposals, their context, and justifications (rationale). The documented decision knowledge can be linked to Jira issues such as features, tasks to implement a feature, or bug reports.", - "version": "0.0.2", + "version": "0.0.3", "publisher": "de-uhd-ifi-se", - "icon": "doc/cures.png", + "icon": "doc/decision.png", "license": "MIT", "repository": { "type": "git",