Skip to content

Commit

Permalink
Version bump to 1.1.1. Refs #32.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzymni committed Jun 24, 2021
1 parent 1e0cfc4 commit 46fdb27
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.0",
"version": "1.1.1",
"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.0',
systemVersion: '1.1.1',
}
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.0",
"version": "1.1.1",
"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.0-user-presence
1.1.1-user-presence

0 comments on commit 46fdb27

Please sign in to comment.