diff --git a/LICENSE b/LICENSE index 880c5e4..2583a4f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 George Dietrich +Copyright (c) 2021 George Dietrich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/shard.yml b/shard.yml index b84c582..bc3b043 100644 --- a/shard.yml +++ b/shard.yml @@ -1,6 +1,6 @@ name: athena-validator -version: 0.1.4 +version: 0.1.5 crystal: '>= 0.35.0' diff --git a/src/athena-validator.cr b/src/athena-validator.cr index 40afd00..29fd333 100644 --- a/src/athena-validator.cr +++ b/src/athena-validator.cr @@ -383,7 +383,7 @@ alias Assert = AVD::Annotations # # NOTE: See the related types for more detailed information. module Athena::Validator - VERSION = "0.1.4" + VERSION = "0.1.5" # :nodoc: #