From 844ce0cec8ed1142844c66d49db03821bd8554ca Mon Sep 17 00:00:00 2001 From: faramozzayw Date: Tue, 2 Feb 2021 17:07:40 +0200 Subject: [PATCH] fix: fix package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd51dcb..fdb105c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@faramo.zayw/rustype", - "version": "0.2.0", + "version": "0.3.0", "main": "./lib/index.js", "types": "./lib/index.d.ts", "description": "Type safe Option and Result from the Rust programming language.",