From 57d486f3a4beb2dd986ed7a3fd0590c77430e4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 30 May 2014 01:56:36 +0200 Subject: [PATCH] Bump version to 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fcb592..3f9cd03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "how-to-make-an-operating-system", - "version": "0.0.12", + "version": "0.1.0", "description": "Book about how to make a computer operating system in C++", "repository": { "type": "git",