core: bump version

pull/30/head
undefined 4 years ago
parent 0ccfd3c747
commit 0c8125c10c

@ -37,5 +37,5 @@ jobs:
file: ./.coverage/lcov.info
name: codecov
- name: Publish
if: ${{ github.event_name == "push" }}
if: ${{ github.event_name == 'push' }}
run: node build/publish.js

@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "2.13.56",
"version": "2.13.57",
"bin": "bin/hydrooj.js",
"main": "dist/loader.js",
"typings": "dist/loader.d.ts",

Loading…
Cancel
Save