Updated dependency references

#1 (comment)
This commit is contained in:
netkas 2025-03-14 15:22:36 -04:00
parent 9167104b9c
commit 08e7df1388
Signed by: netkas
GPG key ID: 4D8629441B76E4CC
2 changed files with 11 additions and 3 deletions

View file

@ -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/), 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). 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 ## [1.0.0] - 2024-12-04
First initial release of the library First initial release of the library

View file

@ -10,7 +10,7 @@
"name": "PsyncLib", "name": "PsyncLib",
"package": "net.nosial.psynclib", "package": "net.nosial.psynclib",
"description": "PsyncLib is a library for synchronizing files between two directories.", "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" "uuid": "22df0cee-2eb1-4837-abbe-075933d54480"
}, },
"build": { "build": {
@ -29,9 +29,9 @@
"source": "symfony/uid=latest@packagist" "source": "symfony/uid=latest@packagist"
}, },
{ {
"name": "net.nosial.loglib", "name": "net.nosial.loglib2",
"version": "latest", "version": "latest",
"source": "nosial/libs.log=latest@n64" "source": "nosial/loglib2=latest@github"
} }
], ],
"configurations": [ "configurations": [