This is an automated email from the ASF dual-hosted git repository.
davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new cf9eb34 Updated package.json to use Daffodil 3.8.0
cf9eb34 is described below
commit cf9eb34c4f6003847fed374a4c18d58389b64cd1
Author: rthomas320 <[email protected]>
AuthorDate: Mon Jun 17 10:05:20 2024 -0400
Updated package.json to use Daffodil 3.8.0
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 6b13fd2..b259433 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"displayName": "Apache Daffodilâ„¢ Extension for Visual Studio Code",
"description": "Apache Daffodilâ„¢ Extension for Visual Studio Code providing
DFDL syntax highlighting, DFDL code completion, DFDL schema debugging, and data
editor",
"version": "1.4.0-SNAPSHOT",
- "daffodilVersion": "3.7.0",
+ "daffodilVersion": "3.8.0",
"publisher": "asf",
"author": "Apache Daffodil",
"license": "Apache-2.0",