commit | ee71cf1cc9e2a7fce1abac2b46700c352cb5e404 | [log] [tgz] |
---|---|---|
author | Shane Dell <shanedell100@gmail.com> | Wed Mar 02 15:56:00 2022 -0500 |
committer | Shane Dell <32347414+Shanedell@users.noreply.github.com> | Wed Mar 02 16:31:20 2022 -0500 |
tree | 49660e71f2dc5c6069e35891bd299d59fd28c431 | |
parent | 0ce6dd1d3ecaaf09682c3ddacd49a0250f8adcee [diff] |
Update version in package.json in preperation for 1.0.0-rc1 release.
diff --git a/package.json b/package.json index d8b4a3c..1329f94 100644 --- a/package.json +++ b/package.json
@@ -2,7 +2,7 @@ "name": "apache-daffodil-vscode", "displayName": "Apache Daffodil VS Code Extension", "description": "VS Code extension for Apache Daffodil DFDL schema debugging", - "version": "1.0.0-SNAPSHOT", + "version": "1.0.0", "daffodilVersion": "3.2.1", "publisher": "asf", "author": "Apache Daffodil",