chore: version++

This commit is contained in:
Andras Bacsai
2022-07-14 07:22:12 +00:00
parent d5f2d22663
commit cbdd098528
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import { day } from './dayjs';
import * as serviceFields from './serviceFields'
import axios from 'axios';
export const version = '3.1.1';
export const version = '3.1.2';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';