Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhoww committed Jun 2, 2022
1 parent b235256 commit 025034e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pe_custom",
"version": "0.0.2",
"version": "12.0.0",
"description": "Customizations for PE",
"main": "pe_custom/public/js/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pe_custom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = "0.0.2"
__version__ = "12.0.0"

0 comments on commit 025034e

Please sign in to comment.