From f80234d8eaf684bd433174690982ba6808637c52 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Sat, 31 Dec 2022 00:22:07 -0800 Subject: [PATCH] bump --- src/Main.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.sol b/src/Main.sol index bc4e3f0..625c43e 100644 --- a/src/Main.sol +++ b/src/Main.sol @@ -49,7 +49,7 @@ pragma solidity ^0.8.13; // x x xxxxx xxxx // x x x.xxx x x -// This contract is the main logic interface for the Unaboomer NFT project. +/// This contract is the main logic interface for the Unaboomer NFT project. import {Owned} from "solmate/auth/Owned.sol";