From 9c99743d94ae8a0c6e5ada1c7227d3eb9187d6be Mon Sep 17 00:00:00 2001 From: Andrey Pfau Date: Fri, 17 Jun 2022 00:32:36 +0300 Subject: [PATCH] 1.0.2 Release --- CHANGELOG.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8f4c8..54ae676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # TON Development Changelog -## [1.0.0] +## [1.0.2] ### Added @@ -11,6 +11,7 @@ - Auto-completion for all FunC functions in project scope - Documentation in FunC stdlib.fc - Language injection support (FunC, Fift, TL-B) for string literals in regular programming languages +- New template for FunC files creation ## [0.8.0] diff --git a/gradle.properties b/gradle.properties index bf3ba24..9710af4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ pluginGroup=org.ton pluginVersion=1.0.2 -publishChannel=snapshot +publishChannel=stable publishToken=token enableBuildSearchableOptions=false # Existent IDE versions can be found in the following repos: