+ QR Code generation
+ Added micromodal
* Bumped version by 0.0.8
* Updated DockerFile
* Updated Changelog
This commit is contained in:
2022-05-22 20:42:19 +03:00
parent 23fa17b840
commit 0bc4942924
6 changed files with 293 additions and 37 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ func ApplyHeaders(router *gin.Engine) {
router.Use(func(ctx *gin.Context) {
// Apply the header
ctx.Header("FreePad-Version", "1.1.1")
ctx.Header("FreePad-Version", "1.2.0")
// Move on
ctx.Next()