Skip to content

Commit

Permalink
chore: bump version => v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Jan 14, 2022
1 parent fbf4f7d commit a586d37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-app-extension-qactivity",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"description": "QActivity is an app extension for Quasar for making an activity list",
"author": "Jeff Galbraith <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"list"
],
"dependencies": {
"@quasar/quasar-ui-qactivity": "^2.0.0-alpha.3"
"@quasar/quasar-ui-qactivity": "^2.0.0"
},
"engines": {
"node": ">= 10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quasar/quasar-ui-qactivity",
"version": "2.0.0-alpha.3",
"version": "2.0.0",
"author": "Jeff Galbraith <[email protected]>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion ui/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.0-alpha.3'
export const version = '2.0.0'

0 comments on commit a586d37

Please sign in to comment.