From 9a1b0212cf2cf5613423e5e43f7beeee6684f78d Mon Sep 17 00:00:00 2001 From: somni Date: Thu, 30 May 2024 09:41:16 +0900 Subject: [PATCH] Version bump v1.1.0 --- LICENSE.md | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 75df0b2..a0ede2b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ The MIT License (MIT) ===================== -Copyright © 2021-2022 **somni** +Copyright © 2021-2024 **somni** Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/frontend/package.json b/frontend/package.json index e49f0b0..3652e5f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mollufier-frontend", - "version": "1.0.2", + "version": "1.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve",