Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 8a44026

Browse files
fix(Makefile): remove it from repository (use auto-build)
1 parent 98b09fb commit 8a44026

28 files changed

+980
-1958
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ pm_to_blib
88
*.tar.gz
99
!WebService-Hexonet-Connector-latest.tar.gz
1010
node_modules
11-
package-lock.json
11+
package-lock.json
12+
Makefile

MYMETA.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
}
6565
},
6666
"release_status" : "stable",
67-
"version" : "v2.2.0",
67+
"version" : "v2.2.1",
6868
"x_serialization_backend" : "JSON::PP version 2.97001"
6969
}

MYMETA.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ requires:
4242
perl: '5.026000'
4343
utf8: '0'
4444
version: '0.9917'
45-
version: v2.2.0
45+
version: v2.2.1
4646
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

0 commit comments

Comments
 (0)