From 241e0f2fa4dddc6375dc8a94e6b71b0aca7ae6d8 Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Tue, 24 Sep 2019 15:38:31 -0700 Subject: [PATCH] publish new version --- contrib/vscode-regolithe-specifications/package.json | 2 +- schema/bindata.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/vscode-regolithe-specifications/package.json b/contrib/vscode-regolithe-specifications/package.json index 9d1ea4b..d8e375e 100644 --- a/contrib/vscode-regolithe-specifications/package.json +++ b/contrib/vscode-regolithe-specifications/package.json @@ -2,7 +2,7 @@ "name": "regolithe-specifications", "displayName": "Regolithe Specifications", "description": "Snippets and schema validation for Regolithe Specifications", - "version": "3.2.0", + "version": "4.0.0", "icon": "assets/icon.png", "publisher": "aporeto", "scripts": { diff --git a/schema/bindata.go b/schema/bindata.go index abfbc22..73e4034 100644 --- a/schema/bindata.go +++ b/schema/bindata.go @@ -134,7 +134,7 @@ func regoAbstractJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "rego-abstract.json", size: 10796, mode: os.FileMode(420), modTime: time.Unix(1569360705, 0)} + info := bindataFileInfo{name: "rego-abstract.json", size: 10796, mode: os.FileMode(420), modTime: time.Unix(1569364669, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -234,7 +234,7 @@ func regoSharedParamsJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "rego-shared-params.json", size: 4433, mode: os.FileMode(420), modTime: time.Unix(1569360705, 0)} + info := bindataFileInfo{name: "rego-shared-params.json", size: 4433, mode: os.FileMode(420), modTime: time.Unix(1569364669, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -274,7 +274,7 @@ func regoSpecJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "rego-spec.json", size: 20793, mode: os.FileMode(420), modTime: time.Unix(1569360705, 0)} + info := bindataFileInfo{name: "rego-spec.json", size: 20793, mode: os.FileMode(420), modTime: time.Unix(1569364669, 0)} a := &asset{bytes: bytes, info: info} return a, nil }