Skip to content

Commit

Permalink
14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed Mar 24, 2023
1 parent f0ba112 commit 9e94b89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vn_custom",
"version": "14.0.0",
"version": "14.0.1",
"description": "Customizations for VN",
"main": "vn_custom/public/js/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion vn_custom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "14.0.0"
__version__ = "14.0.1"
2 changes: 1 addition & 1 deletion vn_custom/public/js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const __version__ = '14.0.0';
export const __version__ = '14.0.1';

0 comments on commit 9e94b89

Please sign in to comment.