From fed0e5760f4e82e94538baddc02d4428bd42bfc3 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 31 Mar 2021 22:55:39 -0700 Subject: [PATCH] Fix version number in the comment Also fix copyright year while I'm at this. --- fast_obj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fast_obj.h b/fast_obj.h index 12f22a7..ce9f223 100644 --- a/fast_obj.h +++ b/fast_obj.h @@ -1,11 +1,11 @@ /* * fast_obj * - * Version 1.0 + * Version 1.1 * * MIT License * - * Copyright (c) 2018-2020 Richard Knight + * Copyright (c) 2018-2021 Richard Knight * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal