Skip to content

Commit

Permalink
chore(): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Apr 16, 2021
1 parent f8db5b1 commit dc120fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nx-dotnet/core",
"version": "0.0.6-dev.65",
"version": "0.1.0",
"main": "src/index.js",
"generators": "./generators.json",
"builders": "./executors.json",
"private": false,
"dependencies": {
"@nx-dotnet/dotnet": "0.0.6-dev.65",
"@nx-dotnet/utils": "0.0.6-dev.65",
"@nx-dotnet/dotnet": "0.1.0",
"@nx-dotnet/utils": "0.1.0",
"chokidar": "^3.5.1"
}
}

0 comments on commit dc120fe

Please sign in to comment.