Skip to content

Commit

Permalink
bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iSchluff committed Dec 29, 2023
1 parent b37d50f commit 5aca686
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c3voc/player",
"version": "1.3.0",
"version": "2.0.0",
"description": "C3VOC HTML5 player component",
"homepage": "https://github.com/voc/voc-player",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ export {
$
} from "@clappr/core";

console.log("VOC player 1.3.0")
console.log(`VOC player ${PLAYER_VERSION}`)
3 changes: 3 additions & 0 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ export default defineConfig({
public: "/src/public",
},
},
define: {
PLAYER_VERSION: JSON.stringify(process.env.npm_package_version),
},
});

0 comments on commit 5aca686

Please sign in to comment.