Skip to content

Commit

Permalink
bump version to v0.9.3 (#105)
Browse files Browse the repository at this point in the history
* bump version to v0.9.2

* Docker push only on Release, bump version to v0.9.3
  • Loading branch information
ngmachado committed Jan 20, 2022
1 parent 5ddfc71 commit 9a0c4b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish Docker image

on:
push:
branches: #remove this after testing, only release should push a new img
- '**'
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superfluid-sentinel",
"version": "0.9.0",
"version": "0.9.3",
"description": "Superfluid Sentinel",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9a0c4b9

Please sign in to comment.