Skip to content

Commit f1a8375

Browse files
release: 1.1 (#100)
* Update main.py * Update setup.py * website update hope i'm done * fix website Co-authored-by: LG <[email protected]>
1 parent 77c644b commit f1a8375

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
Futura-Py---
22
sidebar_position: 2
33
id: contributing
44
title: Contributing to TimerX

docs/docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
Futura-Py---
22
sidebar_position: 2
33
id: contributing
44
title: Contributing to TimerX

docs/docs/compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
Futura-Py---
22
sidebar_position: 3
33
slug: compile
44
title: Compiling TimerX

docs/docusaurus.config.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,21 @@ const config = {
121121
lightIconStyle: {
122122
marginLeft: "1px",
123123
},
124+
124125
},
125126
},
126127
}),
127128
};
128129

129-
module.exports = config;
130+
module.exports = config, {
131+
themeConfig: {
132+
announcementBar: {
133+
id: 'v1.1',
134+
content:
135+
'v1.1 is released! Get it <a href="https://github.com/Futura-Py/TimerX/releases/latest">here</a>!',
136+
backgroundColor: '#fafbfc',
137+
textColor: '#091E42',
138+
isCloseable: false,
139+
},
140+
},
141+
};

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TimerX v1.1
22
# IMPORTS
3-
ver = "1.0"
3+
ver = "1.1"
44

55
import time
66
import tkinter

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"applications_shortcut": True,
8888
}
8989

90-
version = "1.0"
90+
version = "1.1"
9191

9292
setup(
9393
name="TimerX",

0 commit comments

Comments
 (0)