Skip to content

Commit

Permalink
added file version to save file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakkon committed Oct 2, 2024
1 parent 7aebc73 commit 5cc1dbe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions js/charbuilder/charexport.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
class CharacterExportFvtt{

/* CONCEPT =====================
*/

static VERSION = "a1.0";
/**
* @param {CharacterBuilder} builder
*/
Expand All @@ -13,7 +10,7 @@ class CharacterExportFvtt{
//Ids of brew sources that are fully loaded into memory
const brewSourceIds = CharacterExportFvtt.getBrewSourceIds();

const _meta = {};
const _meta = {version:CharacterExportFvtt.VERSION};
const _char = {race:null, classes:null};

//probably needs to be cleaned of duplicates later
Expand Down

0 comments on commit 5cc1dbe

Please sign in to comment.