From a71b89de135c3cae0ad07224537c3d351eeb5617 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Tue, 8 Oct 2024 06:04:24 +0200 Subject: [PATCH] chore: bump version to v0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69b6f3a..91ea18c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-app-skeleton", - "version": "0.1.0", + "version": "0.2.0", "description": "All the bits and pieces for an easy start to build your own web apps and extensions for ownCloud Infinite Scale.", "license": "Apache-2.0", "author": "ownCloud",