Skip to content

Commit

Permalink
release: 1.1 (#100)
Browse files Browse the repository at this point in the history
* Update main.py

* Update setup.py

* website update
hope i'm done

* fix website

Co-authored-by: LG <[email protected]>
  • Loading branch information
sumeshir26 and im-coder-lg authored Mar 5, 2022
1 parent 77c644b commit f1a8375
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
Futura-Py---
sidebar_position: 2
id: contributing
title: Contributing to TimerX
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
Futura-Py---
sidebar_position: 2
id: contributing
title: Contributing to TimerX
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/compile.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
Futura-Py---
sidebar_position: 3
slug: compile
title: Compiling TimerX
Expand Down
14 changes: 13 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,21 @@ const config = {
lightIconStyle: {
marginLeft: "1px",
},

},
},
}),
};

module.exports = config;
module.exports = config, {
themeConfig: {
announcementBar: {
id: 'v1.1',
content:
'v1.1 is released! Get it <a href="https://github.com/Futura-Py/TimerX/releases/latest">here</a>!',
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false,
},
},
};
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TimerX v1.1
# IMPORTS
ver = "1.0"
ver = "1.1"

import time
import tkinter
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"applications_shortcut": True,
}

version = "1.0"
version = "1.1"

setup(
name="TimerX",
Expand Down

0 comments on commit f1a8375

Please sign in to comment.