mirror of
https://github.com/wuzf/2fa.git
synced 2026-09-03 07:17:09 +08:00
chore(release): bump version to 1.7.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
**[English](README_EN.md)**
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
A two-factor authentication key management system built on Cloudflare Workers. Free to deploy, globally accelerated, with PWA offline support.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "2fa",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "2fa",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"aws4fetch": "^1.0.20",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "2fa",
|
||||
"version": "1.7.0",
|
||||
"version": "1.7.1",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"description": "2FA - OTP Generator using Cloudflare Workers",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
* 发版时与 package.json、git tag 一起更新
|
||||
*/
|
||||
|
||||
export const APP_VERSION = '1.7.0';
|
||||
export const APP_VERSION = '1.7.1';
|
||||
|
||||
/**
|
||||
* 比较两个语义化版本号(支持 "v" 前缀)
|
||||
|
||||
Reference in New Issue
Block a user