Skip to content

Commit

Permalink
Version bump. Refs #35.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzymni committed Jun 28, 2021
1 parent 3462189 commit 1555c38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BursztynCRM",
"version": "1.1.1",
"version": "1.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion client/src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = {
systemVersion: '1.1.1',
systemVersion: '1.2.0',
}
2 changes: 1 addition & 1 deletion server/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "project",
"name": "bursztyn-crm/bursztyn-crm",
"description": "API to manage reservations from Idosell booking portal.",
"version": "1.1.1",
"version": "1.2.0",
"authors": [
{
"name": "Tomasz Zymni",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1-user-presence
1.2.0-public-api

0 comments on commit 1555c38

Please sign in to comment.