yuzurss

Feed aggregator microservice based on Spring
git clone https://git.neuralcrash.com/yuzurss.git
Log | Files | Refs | README | LICENSE

commit 3038a39fd348cbc2485b33ebe61632fb5b4df48e
parent 54a8ea53ade4ad861800d994fdaf4ec07be590f3
Author: Kebigon <git@kebigon.xyz>
Date:   Sat, 28 Mar 2020 12:04:10 +0900

YuzuRSS version 0.1.2
Diffstat:
Mpom.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml @@ -4,7 +4,7 @@ <groupId>xyz.kebigon</groupId> <artifactId>yuzurss</artifactId> - <version>0.1.1</version> + <version>0.1.2</version> <parent> <groupId>org.springframework.boot</groupId>