mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-12 20:08:48 +00:00
local version should always be 'dev'
This commit is contained in:
parent
858af77521
commit
a16df958a9
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -24,7 +24,9 @@ build/*
|
|||
dist/*
|
||||
|
||||
examples/scratch.js
|
||||
examples/scratch.ts
|
||||
Tone/version.js
|
||||
Tone/version.ts
|
||||
Tone/index.js
|
||||
test/test.js
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
export const version: string = "14.1.8";
|
||||
export const version: string = "dev";
|
||||
|
|
Loading…
Reference in a new issue