Skip to content

Commit

Permalink
Bump major version (#6370)
Browse files Browse the repository at this point in the history
I've already created the v1 branch. Bumping the major version and updating to the new major version of pxt-core.
  • Loading branch information
riknoll authored Mar 14, 2024
1 parent 3f9a044 commit d0be849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pxt-arcade",
"version": "1.13.58",
"version": "2.0.0",
"description": "Small arcade editor for MakeCode",
"keywords": [
"JavaScript",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"pxt-common-packages": "11.1.6",
"pxt-core": "9.3.15"
"pxt-core": "10.0.11"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.12"
Expand Down

0 comments on commit d0be849

Please sign in to comment.