Skip to content

Commit 2735ba6

Browse files
committed
updated readme with control center gif
1 parent bc6aee1 commit 2735ba6

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,7 @@
157157

158158
- added tab for user to control Restart, Start, and Stop the MagicMirror, as well as Reboot and
159159
Power-off the RaspberryPi
160+
161+
# Version 0.999
162+
163+
- Merging into master

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ If any issues arise, please consult the wiki first, which can be found [here](ht
5858

5959
![Adding External Sources](https://media.giphy.com/media/loAdplweaF3BpyGS1M/giphy.gif)
6060

61+
- MagicMirror Control Center
62+
63+
![MagicMirror Control Center](https://media.giphy.com/media/eH9GfGdbZfUxJuJ9o5/giphy.gif)
64+
6165
## Future State of Affairs
6266

6367
In the not-to-distant future, `.deb` releases of this package will be available for download, simplifying the installation.

mmpm/mmpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys
44
from mmpm import utils, colors, core, opts
55

6-
__version__ = 0.998
6+
__version__ = 0.999
77

88

99
def main(argv):

0 commit comments

Comments
 (0)