From 37acf65a473b303d502395c68747b5c8647b5ba7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 25 Jun 2022 15:33:28 +0000 Subject: [PATCH] Merge pull request #113 from hydephp/prepare-for-release v0.43.0-beta - 2022-06-25 - File-based Collections https://github.com/hydephp/develop/commit/a3883207a4d2f7ea2b14c88bdf7ea7200904187e --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 54a0b87..73f5729 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^8.0", - "hyde/framework": "^0.42" + "hyde/framework": "^0.43" }, "require-dev": { "mockery/mockery": "^1.4.4", diff --git a/package.json b/package.json index fcdcaa4..7bfad0e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dependencies": {}, "name": "hyde", "description": "Elegant and Powerful Static App Builder", - "version": "0.42.0", + "version": "0.43.0", "main": "hyde", "directories": { "test": "tests"