Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OroArmor committed Aug 16, 2023
1 parent bb5cb1e commit 77c7f1d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
1 change: 1 addition & 0 deletions HEADER
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2016, 2018 Player, asie
* Copyright (C) 2018, 2023 FabricMC
* Copyright (C) $YEAR QuiltMC
*
* This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

version = "0.7.2"
version = "0.7.3"

def ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/net/fabricmc/tinyremapper/AsmClassRemapper.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2016, 2018, Player, asie
* Copyright (c) 2018, 2023, FabricMC
* Copyright (C) 2021, 2023, QuiltMC
* Copyright (C) 2016, 2018 Player, asie
* Copyright (C) 2018, 2023 FabricMC
* Copyright (C) 2016, 2023 QuiltMC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/fabricmc/tinyremapper/Main.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2016, 2018 Player, asie
* Copyright (c) 2016, 2023, FabricMC
* Copyright (C) 2021, 2023, QuiltMC
* Copyright (C) 2018, 2023 FabricMC
* Copyright (C) 2016, 2023 QuiltMC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/net/fabricmc/tinyremapper/TinyRemapper.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2016, 2018, Player, asie
* Copyright (c) 2016, 2023, FabricMC
* Copyright (C) 2021, 2023, QuiltMC
* Copyright (C) 2016, 2018 Player, asie
* Copyright (C) 2018, 2023 FabricMC
* Copyright (C) 2016, 2023 QuiltMC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2016, 2018, Player, asie
* Copyright (c) 2021, 2023, FabricMC
* Copyright (C) 2021, 2023, QuiltMC
* Copyright (C) 2016, 2018 Player, asie
* Copyright (C) 2018, 2023 FabricMC
* Copyright (C) 2016, 2023 QuiltMC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright (c) 2016, 2018, Player, asie
* Copyright (c) 2021, 2023, FabricMC
* Copyright (C) 2021, 2023, QuiltMC
* Copyright (C) 2016, 2018 Player, asie
* Copyright (C) 2018, 2023 FabricMC
* Copyright (C) 2016, 2023 QuiltMC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Copyright (c) 2016, 2018, Player, asie
* Copyright (c) 2023, FabricMC
* Copyright (C) 2016, 2018 Player, asie
* Copyright (C) 2018, 2023 FabricMC
* Copyright (C) 2016, 2023 QuiltMC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
Expand Down

0 comments on commit 77c7f1d

Please sign in to comment.