diff --git a/docs/_config.yml b/docs/_config.yml index 8ade16a9..d3d6552f 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,7 +18,7 @@ baseurl: "" # the subpath of your site, e.g. /blog url: "https://translatiumapp.com" # the base hostname & protocol for your site, e.g. http://example.com # Custom -translatium_version: 13.0.2 +translatium_version: 13.1.0 # Build settings markdown: kramdown diff --git a/package.json b/package.json index 3f2e9c0a..169798d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Translatium", "description": "Translate Any Languages like a Pro", - "version": "13.0.2", + "version": "13.1.0", "main": "public/electron.js", "repository": "https://github.com/translatium/translatium", "author": { diff --git a/yarn.lock b/yarn.lock index 718e13ab..f1226cb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7145,9 +7145,9 @@ inquirer@7.0.4: through "^2.3.6" inquirer@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29" - integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg== + version "7.2.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.2.0.tgz#63ce99d823090de7eb420e4bb05e6f3449aa389a" + integrity sha512-E0c4rPwr9ByePfNlTIB8z51kK1s2n6jrHuJeEHENl/sbq2G/S1auvibgEwNR4uSyiU+PiYHqSwsgGiXjG8p5ZQ== dependencies: ansi-escapes "^4.2.1" chalk "^3.0.0"