Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
 - from 0.4ß4
  • Loading branch information
ridgeworks committed Feb 8, 2018
1 parent 89fe531 commit 0f302c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/lib/x-markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ window.addEventListener('load', function (ev) { // Note: doesn't overwrite othe
const htmlScript = target.querySelector('script#x-markitApp') // if running from HTML vs. extension
const appScriptURL = (htmlScript) ? appURL(htmlScript.getAttribute('src')) : chrome.runtime.getURL("lib/x-markup.js")
const appName = (appScriptURL.lastIndexOf('/') === -1) ? appScriptURL : appScriptURL.substring(appScriptURL.lastIndexOf('/') + 1)
const versionString = appName + ' Version: 0.4ß3'
const versionString = appName + ' Version: 1.0'
//const mimeType = 'text/x-markup.' // in practice: text/x-markup.transformName
const workerName = 'markit.js'
const lingoName = 'x-markup.mmk'
Expand Down

0 comments on commit 0f302c5

Please sign in to comment.