Skip to content

Commit

Permalink
Release of 0.0.1_public-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Lyons committed Jun 23, 2020
1 parent e92924c commit 4b33235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meml.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var fs = require("fs")
const { AssertionError } = require("assert")
var cliArgs = process.argv.slice(2)
var version = "0.0.1_public_beta"
var version = "0.0.1_public-beta"
var defaultOutputName = cliArgs[0].replace(".meml", ".html")
var output = defaultOutputName
var htmlBegin = "<!DOCTYPE html><html>"
Expand Down

0 comments on commit 4b33235

Please sign in to comment.