Skip to content

Commit c67f4d2

Browse files
committed
Version 0.1.0
1 parent 8164a11 commit c67f4d2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoIRC
2-
version=0.0.2
2+
version=0.1.0
33
author=Fredi Machado
44
maintainer=Fredi Machado <fredisoft@gmail.com>
55
sentence=Easy library to make an Arduino IRC Bot.

src/IRCClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
IRCClient.cpp - Internet Relay Chat library v0.0.2 - 2016-4-4
2+
IRCClient.cpp - Internet Relay Chat library v0.1.0 - 2016-4-9
33
Copyright (C) 2016 Fredi Machado. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/IRCClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
IRCClient.h - Internet Relay Chat library v0.0.2 - 2016-4-4
2+
IRCClient.h - Internet Relay Chat library v0.1.0 - 2016-4-9
33
Copyright (C) 2016 Fredi Machado. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

src/IRCMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
IRCMessage.h - Internet Relay Chat library v0.0.2 - 2016-4-4
2+
IRCMessage.h - Internet Relay Chat library v0.1.0 - 2016-4-9
33
Copyright (C) 2016 Fredi Machado. All rights reserved.
44
55
This library is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)