Added Console to replace magic debug keys, added version file

This commit is contained in:
2019-08-07 14:49:49 -05:00
parent 12a588304b
commit ffae3ae14e
6 changed files with 148 additions and 44 deletions

5
lib/version.rb Normal file
View File

@@ -0,0 +1,5 @@
class IMICFPS
NAME = "I-MIC FPS"
RELEASE_NAME = "InDev"
VERSION = "0.0.1"
end