commit 356892aaa3f68359fcd88f605c7c01b17e0c7bd0
parent 9ccadd0833e76d5938f04bcd371222ee5fb0bca0
Author: cfillion <cfillion@users.noreply.github.com>
Date: Fri, 1 Apr 2016 23:09:42 -0400
fix a typo in v0.9-beta changelog
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext
@@ -18,7 +18,7 @@
* don't error out when failing to download a fresh index if a stale one is cached
* enhance behavior of the "Install this repository" button
* enhance the "download failed" error messages when importing a repository
- * fetch fresh index files immediately without waiting for a tasks to finish
+ * fetch fresh index files immediately without waiting for tasks to finish
* give a vertical bias to the default dialog position
* keep a copy of the package authors in the registry (breaking change – remove registry.db)
* update to Visual Studio 2015 for Windows builds
diff --git a/index.xml b/index.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<index version="1" commit="af524ffe15f8fe1d5f1ce07f3e14675c99fe7686" name="ReaPack">
+<index version="1" commit="af524ffe15f8fe1d5f1ce07f3e14675c99fe7686" name="ReaPack2">
<category name="Extensions">
<reapack name="ReaPack.ext" type="extension">
<version name="0.8-beta" author="cfillion" time="2016-02-16T03:26:28Z">
@@ -56,7 +56,7 @@ Changed:
* don't error out when failing to download a fresh index if a stale one is cached
* enhance behavior of the "Install this repository" button
* enhance the "download failed" error messages when importing a repository
-* fetch fresh index files immediately without waiting for a tasks to finish
+* fetch fresh index files immediately without waiting for tasks to finish
* give a vertical bias to the default dialog position
* keep a copy of the package authors in the registry (breaking change – remove registry.db)
* update to Visual Studio 2015 for Windows builds