Compare commits

...

2 commits

Author SHA1 Message Date
Ethan Lane 1a15931dbd Add push event to .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-29 14:43:47 +01:00
Ethan Lane 03b7108c6d v2.1.0 2023-04-29 14:40:35 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -38,6 +38,7 @@ trigger:
branch: branch:
- master - master
event: event:
- push
- tag - tag
--- ---
@ -71,4 +72,4 @@ trigger:
- hotfix/* - hotfix/*
- renovate/* - renovate/*
event: event:
- push - push

View file

@ -1,6 +1,6 @@
{ {
"name": "random-bunny", "name": "random-bunny",
"version": "2.0.6", "version": "2.1.0",
"description": "Get a random subreddit image url", "description": "Get a random subreddit image url",
"license": "MIT", "license": "MIT",
"author": "Vylpes", "author": "Vylpes",