Skip to content

Commit 6e84bb2

Browse files
committed
Versioning
1 parent 62f5c36 commit 6e84bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "ng test --watch=false",
3434
"watch": "ng build --watch --configuration development",
3535
"docs": "compodoc -p projects/angular-odata/tsconfig.lib.json -d docs/api --disableGraph --disableCoverage",
36-
"versioning": "npm version 0.141.0 --allow-same-version && cd projects/angular-odata && npm version 0.141.0 --allow-same-version && cd ../..",
36+
"versioning": "npm version 0.142.0 --allow-same-version && cd projects/angular-odata && npm version 0.142.0 --allow-same-version && cd ../..",
3737
"publish": "npm run build && npm run schematics && npm publish dist/angular-odata/",
3838
"release": "cp README.md projects/angular-odata/README.md && npm run docs && npm run publish",
3939
"trippin": "ng generate angular-odata:apigen --name=TripPin --metadata='https://services.odata.org/V4/TripPinServiceRW/$metadata'",

0 commit comments

Comments
 (0)