From 08e7df138857fa922a885b71f8ec9b0fa5ce2f91 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 14 Mar 2025 15:22:36 -0400 Subject: [PATCH] Updated dependency references https://git.n64.cc/Nosial/psynclib/issues/1#issuecomment-589 --- CHANGELOG.md | 8 ++++++++ project.json | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5409663..197569c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2025-03-14 + +This update introduces minor changes + +### Changes + - Updated remote dependency references + + ## [1.0.0] - 2024-12-04 First initial release of the library \ No newline at end of file diff --git a/project.json b/project.json index 16fc6a3..4d8d057 100644 --- a/project.json +++ b/project.json @@ -10,7 +10,7 @@ "name": "PsyncLib", "package": "net.nosial.psynclib", "description": "PsyncLib is a library for synchronizing files between two directories.", - "version": "1.0.0", + "version": "1.0.1", "uuid": "22df0cee-2eb1-4837-abbe-075933d54480" }, "build": { @@ -29,9 +29,9 @@ "source": "symfony/uid=latest@packagist" }, { - "name": "net.nosial.loglib", + "name": "net.nosial.loglib2", "version": "latest", - "source": "nosial/libs.log=latest@n64" + "source": "nosial/loglib2=latest@github" } ], "configurations": [