Skip to content

Commit

Permalink
Version bump: Nucleus v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandro Sánchez Bach committed Feb 25, 2015
1 parent 0f996e6 commit 5f50b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Nucleus
=======
[![Build Status](https://travis-ci.org/AlexAltea/nucleus.svg)](https://travis-ci.org/AlexAltea/nucleus)
[![Last Release](https://img.shields.io/badge/version-0.0.3-brightgreen.svg?style=flat)](https://github.com/AlexAltea/nucleus/releases)
[![Last Release](https://img.shields.io/badge/version-0.0.4-brightgreen.svg?style=flat)](https://github.com/AlexAltea/nucleus/releases)

Created by Alexandro Sánchez Bach.

Expand Down
2 changes: 1 addition & 1 deletion nucleus/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main(int argc, char **argv)
{
if (argc <= 1) {
std::cout
<< "Nucleus v0.0.3: A PlayStation 3 emulator.\n"
<< "Nucleus v0.0.4: A PlayStation 3 emulator.\n"
<< "Usage: nucleus [arguments] path/to/executable.ppu.self\n"
<< "Arguments:\n"
<< " --console Avoids the Nucleus UI window, disabling GPU backends.\n"
Expand Down

0 comments on commit 5f50b39

Please sign in to comment.