diff options
-rw-r--r-- | build/bootstrap.build | 2 | ||||
-rw-r--r-- | manifest | 2 | ||||
-rw-r--r-- | version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 3e97413..d0ea1f7 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,5 @@ project = libhello -version = 1.1.0 +version = 1.1.1 revision = 0 using config @@ -1,6 +1,6 @@ : 1 name: libhello -version: 1.1.0 +version: 1.1.1 summary: The "Hello World" example library license: MIT tags: c++, hello, world, example @@ -1 +1 @@ -1.1.0 +1.1.1 |