Sfoglia il codice sorgente

chore: bump osmd.Version to 0.8.1-dev

sschmid 5 anni fa
parent
commit
ea67d9206a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/OpenSheetMusicDisplay/OpenSheetMusicDisplay.ts

+ 1 - 1
src/OpenSheetMusicDisplay/OpenSheetMusicDisplay.ts

@@ -29,7 +29,7 @@ import { ITransposeCalculator } from "../MusicalScore/Interfaces";
  * After the constructor, use load() and render() to load and render a MusicXML file.
  */
 export class OpenSheetMusicDisplay {
-    private version: string = "0.8.1-release"; // getter: this.Version
+    private version: string = "0.8.1-dev"; // getter: this.Version
     // at release, bump version and change to -release, afterwards to -dev again
 
     /**