You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2022/03/02 21:31:27 UTC

[daffodil-vscode] branch main updated: Update version in package.json in preperation for 1.0.0-rc1 release.

This is an automated email from the ASF dual-hosted git repository.

shanedell 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 ee71cf1  Update version in package.json in preperation for 1.0.0-rc1 release.
ee71cf1 is described below

commit ee71cf1cc9e2a7fce1abac2b46700c352cb5e404
Author: Shane Dell <sh...@gmail.com>
AuthorDate: Wed Mar 2 15:56:00 2022 -0500

    Update version in package.json in preperation for 1.0.0-rc1 release.
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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",