chore: bump version to 1.1.1

This commit is contained in:
thecodrr
2021-01-09 14:51:39 +05:00
parent d7ba99ca36
commit e386039478
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "notes-web",
"version": "1.1.0.0",
"version": "1.1.1.0",
"private": true,
"dependencies": {
"@mdi/js": "^5.0.45",

View File

@@ -3,8 +3,8 @@ import { useEffect } from "react";
import { db } from "../common";
var APP_VERSION = {
formatted: format(1100),
numerical: 1100,
formatted: format(1110),
numerical: 1110,
appUpdated: false,
appUpdateable: false,
changelog: undefined,