From 1f6523f6c88e6334548b6f79cda8e93da78b9fc0 Mon Sep 17 00:00:00 2001 From: Rodrigo Quelhas Date: Fri, 27 May 2022 09:36:15 +0100 Subject: [PATCH] Release 1.0.0 --- README.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05674b9..7b10490 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ `VisualTez` is a visual programming tool for writing smart contracts in the Tezos blockchain. -### [VisualTez (Beta)](https://visualtez.com) +The VisualTez project lets people describe smart contracts through illustrations that can be built by simply dragging and dropping blocks. Text-based programming languages are usually difficult for people without a computer science background or similar. + +### [VisualTez Website](https://visualtez.com) ### [Documentation](https://visualtez.com/docs) diff --git a/package.json b/package.json index 3008125..13b5a6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tezwell/visual-tez", - "version": "0.7.1", + "version": "1.0.0", "description": "A visual programming tool for writing smart contracts in the Tezos blockchain", "private": true, "author": {