From b2620bc360cf17aea3cf935293c76b5da8d0e145 Mon Sep 17 00:00:00 2001 From: Julian Gojani Date: Tue, 26 Jul 2022 15:16:44 +0200 Subject: [PATCH] Added automigrate command --- composer.json | 2 +- uppm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a312f48..d4a1de1 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "interaapps/ulole", "type": "library", - "version": "3.1.1", + "version": "3.1.2", "authors": [ { "name": "JulianFun123", diff --git a/uppm.json b/uppm.json index 42e56fd..2477559 100644 --- a/uppm.json +++ b/uppm.json @@ -1,6 +1,6 @@ { "name": "ulole-core", - "version": "3.1.1", + "version": "3.1.2", "repositories": [], "run": {}, "build": {},