Skip to content

Commit

Permalink
improvements and new version
Browse files Browse the repository at this point in the history
  • Loading branch information
fscherwi authored and fscherwi committed Jan 1, 2016
1 parent ea84fed commit 6bec598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exports.get = function get() { /* istanbul ignore next */
if (process.platform === 'darwin') {
var release = parseFloat(require('os').release());
switch (parseFloat(release)) {
switch (release) {
case 1.3:
return "10.0";
case 1.4:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "get-osx-version",
"version": "1.3.1",
"version": "1.3.2",
"description": "small and tiny program to get your current OS X version",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 6bec598

Please sign in to comment.