From e2cf93c12464f6225c67d640b70747886fe80b18 Mon Sep 17 00:00:00 2001 From: DominikBB Date: Tue, 23 Apr 2024 11:51:56 +0200 Subject: [PATCH] push version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 333eaf7..59b5f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "little-es", - "version": "0.1.2", + "version": "0.1.3", "description": "A simple, lightweight event sourcing library for js/ts, where you can bring your own persistance and publishing methods.", "main": "build/main/index.js", "typings": "build/main/index.d.ts",