Skip to content

Commit f15d680

Browse files
committed
v15.0.0
1 parent f5315e0 commit f15d680

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "self_custom",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"description": "Customizations for SELF",
55
"main": "self_custom/public/js/index.js",
66
"scripts": {

self_custom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "14.0.0"
3+
__version__ = "15.0.0"

self_custom/public/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const __version__ = '14.0.0';
1+
export const __version__ = '15.0.0';

0 commit comments

Comments
 (0)