You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/30 06:25:03 UTC

[GitHub] [cordova-docs] erisu commented on a diff in pull request #1248: blog(release): May 30th Electron, Media & Media-Capture

erisu commented on code in PR #1248:
URL: https://github.com/apache/cordova-docs/pull/1248#discussion_r884459001


##########
www/_posts/2022-05-30-cordova-electron-release-3.1.0.md:
##########
@@ -0,0 +1,77 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Electron 3.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova Electron 3.1.0`! This is one of Cordova's supported platforms for building Electron applications.
+
+* [cordova-electron@3.1.0](https://www.npmjs.com/package/cordova-electron)
+
+## Release Highlights
+
+**To upgrade:**
+
+```bash
+cordova platform remove electron
+cordova platform add electron@3.1.0
+```
+
+**To install:**
+
+```bash
+cordova platform add electron@3.1.0
+```

Review Comment:
   Yeah, seems I some how mixed it up.. I moved it up.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org