From c12c7d25d349f80b6c2c26eb28ab1bd32cf6c7bd Mon Sep 17 00:00:00 2001
From: CoscineBot <coscine@itc.rwth-aachen.de>
Date: Fri, 23 Sep 2022 13:58:48 +0000
Subject: [PATCH] Chore: 0.1.1

# [0.1.1](https://git.rwth-aachen.de/coscine/backend/scripts/kpi-generator/compare/v0.1.0...v0.1.1) (2022-09-23)

## New
* Extended with Application Profile Reporting
* Extended with Application Profile Reporting
* Extended with User Reporting
* Extended with User Reporting
---
 src/KPI Generator/KPI Generator.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/KPI Generator/KPI Generator.csproj b/src/KPI Generator/KPI Generator.csproj
index d6d9982..91ce6be 100644
--- a/src/KPI Generator/KPI Generator.csproj	
+++ b/src/KPI Generator/KPI Generator.csproj	
@@ -7,7 +7,7 @@
 		<AssemblyName>Coscine.KpiGenerator</AssemblyName>
 		<ImplicitUsings>enable</ImplicitUsings>
 		<Nullable>enable</Nullable>
-		<Version>0.1.0</Version>
+		<Version>0.1.1</Version>
 	</PropertyGroup>
 
 	<PropertyGroup>
-- 
GitLab