chore: bump version to 1.2.0

This commit is contained in:
memodack 2025-07-20 21:20:56 +03:00
parent f17c1b105f
commit e36a7cf98a
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "memodack",
"name": "Memodack",
"version": "1.1.1",
"version": "1.2.0",
"minAppVersion": "1.8.7",
"description": "Your second language memory tool",
"author": "memodack",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "memodack",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "memodack",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"pretty-bytes": "^6.1.1"

View file

@ -1,6 +1,6 @@
{
"name": "memodack",
"version": "1.1.0",
"version": "1.2.0",
"description": "Your second language memory tool",
"license": "MIT",
"author": "memodack",

View file

@ -2,5 +2,6 @@
"1.0.0": "1.8.7",
"1.0.1": "1.8.7",
"1.1.0": "1.8.7",
"1.1.1": "1.8.7"
"1.1.1": "1.8.7",
"1.2.0": "1.8.7"
}