Tidyup (#779)

diff --git a/README.md b/README.md
index 18fb9e2..260c141 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@
 The Dart Services server depends on generated files. Run the following to generate all the required binaries.
 
 ```bash
-$ grind deploy
+$ FLUTTER_CHANNEL="stable" grind deploy
 ```
 
 ## Running
@@ -60,7 +60,7 @@
 To run the server, run:
 
 ```bash
-$ grind serve
+$ FLUTTER_CHANNEL="stable" grind serve
 ```
 
 The server will run from port 8082 and export several JSON APIs, like
diff --git a/tool/pub_dependencies_beta.json b/tool/pub_dependencies_beta.json
index 5cbf8cf..d0e2af6 100644
--- a/tool/pub_dependencies_beta.json
+++ b/tool/pub_dependencies_beta.json
@@ -78,6 +78,6 @@
   "url_launcher_web": "2.0.4",
   "url_launcher_windows": "2.0.2",
   "vector_math": "2.1.0",
-  "win32": "2.2.9",
+  "win32": "2.2.10",
   "xdg_directories": "0.2.0"
 }
\ No newline at end of file
diff --git a/tool/pub_dependencies_old.json b/tool/pub_dependencies_old.json
index 2c4b2b4..1697c9f 100644
--- a/tool/pub_dependencies_old.json
+++ b/tool/pub_dependencies_old.json
@@ -78,6 +78,6 @@
   "url_launcher_web": "2.0.4",
   "url_launcher_windows": "2.0.2",
   "vector_math": "2.1.0",
-  "win32": "2.2.9",
+  "win32": "2.2.10",
   "xdg_directories": "0.2.0"
 }
\ No newline at end of file