mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
chore: bump version to 1.1.1
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user