yuzurss

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

commit e8105a4b2b0951b4918921e67b21c1597d2a6a1d
parent b0395b2405ad60a788176b85dad0735c7d4a298b
Author: Kebigon <git@kebigon.xyz>
Date:   Sun, 26 Jan 2020 20:04:56 +0900

YuzuRSS version 0.1.1

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

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