summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 843882f..e208640 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is a management suite for dotfiles.
It assumes that you have a separate dotfiles directory, or are
interested in creating one.
-The programs provided are `rcup`, `mkrc`, and `lsrc`.
+The programs provided are `rcup`, `mkrc`, `rcdn`, and `lsrc`.
Installation
------------
@@ -17,8 +17,8 @@ Arch Linux:
Debian-based (including Ubuntu):
- wget http://mike-burns.com/project/rcm/rcm_1.0.0_all.deb
- sudo dpkg -i rcm_1.0.0_all.deb
+ wget http://mike-burns.com/project/rcm/rcm_1.1.0_all.deb
+ sudo dpkg -i rcm_1.1.0_all.deb
OS X:
diff --git a/configure.ac b/configure.ac
index f97e358..e35f2dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(rcm, 1.0.0, mike@mike-burns.com)
+AC_INIT(rcm, 1.1.0, mike@mike-burns.com)
AM_INIT_AUTOMAKE
# Checks for programs.