Skip to content

Commit

Permalink
Bump version: new release, support for TFTP Option Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
eoan-ermine committed Jun 12, 2023
1 parent 7e1d30e commit 1e869d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)

project(tftp_common
VERSION 1.0.0 LANGUAGES CXX
VERSION 1.1.0 LANGUAGES CXX
HOMEPAGE_URL "https://github.com/eoan-ermine/tftp_common"
)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TFTPCommonConan(ConanFile):
name = "tftp_common"
version = "1.0.0"
version = "1.1.0"
url = "https://github.com/eoan-ermine/tftp_common"
description = " A simple header-only Trivial File Transfer Protocol packets parsing and serializing library"
license = "Unlicense"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('tftp_common', ['cpp'],
version: '1.0.0',
version: '1.1.0',
default_options: 'cpp_std=c++17',
license: 'Unlicense'
)
Expand Down

0 comments on commit 1e869d4

Please sign in to comment.