Skip to content

Commit ae6a8cb

Browse files
committed
fix package info
1 parent e9241d5 commit ae6a8cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "optimistex/git-auto-deploy-ex",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"type": "library",
55
"description": "The little project for auto-deploying projects to a hosting",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "1.2.x-dev"
30+
"dev-master": "1.3.x-dev"
3131
}
3232
},
3333
"require": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-auto-deploy-ex",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "The little project for auto-deploying projects to a hosting",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)