Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfa-ag committed Apr 3, 2018
1 parent 25023ca commit cafbf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

apply plugin: 'net.minecraftforge.gradle.forge'

version = "1.12.2-0.10.2"
version = "1.12.2-0.10.3"
group = "pokefenn.totemic"
archivesBaseName = "Totemic"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/pokefenn/totemic/api/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
* The Totemic API.
* This should provide some functionality for extending Totemic.
*/
@net.minecraftforge.fml.common.API(apiVersion = "1.12.2-6.2.0", owner = "totemic", provides = "totemic|API")
@net.minecraftforge.fml.common.API(apiVersion = "1.12.2-6.3.0", owner = "totemic", provides = "totemic|API")
package pokefenn.totemic.api;

0 comments on commit cafbf64

Please sign in to comment.