Skip to content

Commit

Permalink
bump version from 2.1.0+1.19 to 2.1.1+1.19 (#41)
Browse files Browse the repository at this point in the history
* chore: bump deps versions

* chore: leave out branch trigger

* chore: bump version from 2.1.0+1.19 to 2.1.1+1.19
  • Loading branch information
Aton-Kish committed Aug 16, 2022
1 parent cfe060a commit 8857ffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+*
branches:
- 1.[0-9]+
- 1.[0-9]+.[0-9]+
pull_request:
branches:
- 1.[0-9]+
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
yarn_mappings=1.19.2+build.4
loader_version=0.14.9

# Mod Properties
mod_version=2.1.0+1.19
mod_version=2.1.1+1.19
maven_group=atonkish.reinfshulker
archives_base_name=reinforced-shulker-boxes

# Dependencies
fabric_version=0.59.0+1.19.2
reinforced_core_version=3.0.1+1.19
reinforced_chests_version=2.1.1+1.19
fabric_version=0.60.0+1.19.2
reinforced_core_version=3.0.2+1.19
reinforced_chests_version=2.1.2+1.19
quick_shulker_version=1.3.7-1.19
shulker_box_tooltip_version=3.0.10+1.19

0 comments on commit 8857ffb

Please sign in to comment.