Skip to content

Commit 737edd1

Browse files
committed
change version
1 parent a2fa5b0 commit 737edd1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "optimistex/git-auto-deploy-ex",
3+
"version": "1.2.5",
34
"type": "library",
45
"description": "The little project for auto-deploying projects to a hosting",
56
"keywords": [
@@ -26,7 +27,7 @@
2627
},
2728
"extra": {
2829
"branch-alias": {
29-
"dev-master": "1.3.x-dev"
30+
"dev-master": "1.2.x-dev"
3031
}
3132
},
3233
"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.0",
3+
"version": "1.2.5",
44
"description": "The little project for auto-deploying projects to a hosting",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)