Skip to content

Commit

Permalink
Change version back, 1.1.2 was never released.
Browse files Browse the repository at this point in the history
  • Loading branch information
demonnic committed Jan 22, 2021
1 parent 21e936d commit 9920f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/mdkversion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.2
2 changes: 1 addition & 1 deletion src/scripts/MDKExample/Example.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MDKExample = MDKExample or { version = "1.1.3" }
MDKExample = MDKExample or { version = "1.1.2" }
function MDKExample.exampleFText()
local fText = require("@PKGNAME@.ftext")
cecho(fText.fText("Testing!", {width = 40, formatType = 'c', textColor = '<orange>', capColor = '<purple>', cap = '[TEST]'}))
Expand Down

0 comments on commit 9920f3a

Please sign in to comment.