Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Jun 8, 2022
1 parent a38a569 commit f0cb8d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:

files-primary: microdurability-1.18/build/libs/!(*-@(dev|sources)).jar

name: microDurability 0.3.3 for 1.18
version: 0.3.3+1.18
name: microDurability 0.3.4 for 1.18
version: 0.3.4+1.18
version-type: release

loaders: |
Expand Down Expand Up @@ -80,15 +80,15 @@ jobs:

files-primary: microdurability-1.19/build/libs/!(*-@(dev|sources)).jar

name: microDurability 0.3.3 for 1.19
version: 0.3.3+1.19
name: microDurability 0.3.4 for 1.19
version: 0.3.4+1.19
version-type: beta

loaders: |
fabric
game-versions: |
22w19a
1.19
dependencies: |
fabric-api | depends
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx2G

# Mod Properties
mod_version = 0.3.3
mod_version = 0.3.4
maven_group = com.github.reviversmc
archives_base_name = microdurability

Expand Down

0 comments on commit f0cb8d2

Please sign in to comment.