We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf77a2d commit 9511492Copy full SHA for 9511492
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 2.8)
2
3
-set( GRIVE_VERSION "0.0.5" )
+set( GRIVE_VERSION "0.1.0-pre" )
4
5
add_subdirectory( libgrive )
6
add_subdirectory( grive )
README
@@ -1,4 +1,4 @@
-Grive 0.0.5
+Grive 0.1.0
Grive is still considered experimental. It just download all the files in your google drive
in the current directory. After you make some changes to the local files, run grive and
0 commit comments