From 89e46469b5fcf7a7866da8cf6f4aca7be93d87f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=BCbotter?= Date: Mon, 23 Mar 2020 17:50:42 +0100 Subject: [PATCH] [#86] Release 0.1.1 (#87) --- package.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 840a9c19..20cccd64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tony-lang", - "version": "0.1.0", + "version": "0.1.1", "description": "The Tony programming language", "main": "lib/index.js", "scripts": { diff --git a/src/version.ts b/src/version.ts index faab3a33..fbb733ba 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.1.0' +export const VERSION = '0.1.1'