Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
update version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamboy1 committed Jun 16, 2020
1 parent a4225fa commit 4da2177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring.datasource.password=<DB_PASSWORD>

discord.client_id=<YOUR_CLIENT_ID>
discord.client_secret=<YOUR_CLIENT_SECRET>
discord.user_agent=Taco Core (https://github.com/trello-talk/taco-core, v0.2.0)
discord.user_agent=Taco Core (https://github.com/trello-talk/taco-core, v0.3.0)

trello.api_key=<YOUR_API_KEY>
trello.api_secret=<YOUR_API_SECRET>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
// Personal Spotless formatting rules
apply from: "https://git.io/JfekU"

group = 'io.github.trellotalk'
version = '0.2.0'
group = 'io.github.trello-talk'
version = '0.3.0'
sourceCompatibility = '1.8'

repositories {
Expand Down

0 comments on commit 4da2177

Please sign in to comment.