Skip to content

Commit

Permalink
Version bump: v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
itisrazza committed Aug 31, 2019
1 parent 419325c commit 4782bb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Raresh's VGA Painter

[![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-2.png)](http://www.wtfpl.net/)
[![Build Status](https://travis-ci.org/thegreatrazz/VGAPainter.svg?branch=master)](https://travis-ci.org/thegreatrazz/VGAPainter)

This is nothing but a simple and barebones application (which I've quickly written in WinForms because I don't know any other application framework which allows me to get a project up and going like this) which lets me make graphics for games and applications running in VGA 256-color mode (aka `INT 10h`).

Expand Down
4 changes: 2 additions & 2 deletions VGAPainter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.1.0")]
[assembly: AssemblyFileVersion("0.0.1.0")]
[assembly: AssemblyVersion("0.0.2.0")]
[assembly: AssemblyFileVersion("0.0.2.0")]

0 comments on commit 4782bb7

Please sign in to comment.