Skip to content

Commit

Permalink
Update the version number to 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jul 2, 2011
1 parent 2835363 commit fe2214f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ Goal tasks:
- Migrate the new TTNetworkImageView object and the network image stack using ASIHTTPRequest
to Nimbus.
- Build an in-memory object cache (+1)
- Build an in-memory image cache from the in-memory object cache.
- Build an in-memory image cache from the in-memory object cache (+1)
- Refactor the core library so that it's easier to jump to headers from source files (+1)

Bonus:
- Implement tap-and-hold editing on the launcher view.
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = Nimbus
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 0.3.1
PROJECT_NUMBER = 0.3.3

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
Expand Down
9 changes: 5 additions & 4 deletions src/Doxygen.h
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
*
* <h1>Version History</h1>
*
* <h2>0.3</h2>
* <h2>0.3.3</h2>
*
* Add network images to Nimbus.
*
Expand All @@ -121,21 +121,22 @@
* - Migrate the new TTNetworkImageView object and the network image stack using ASIHTTPRequest
* to Nimbus.
* - Build an in-memory object cache (+1)
* - Build an in-memory image cache from the in-memory object cache.
* - Build an in-memory image cache from the in-memory object cache (+1)
* - Refactor the core library so that it's easier to jump to headers from source files (+1)
*
* Bonus:
* - Implement tap-and-hold editing on the launcher view.
* - Implement launcher item state persistence.
*
* <h2>0.2 - Tuesday June 14, 2011</h2>
* <h2>0.2.1 - Tuesday June 14, 2011</h2>
*
* The first feature release of Nimbus.
*
* Goal tasks:
*
* - Migrate Three20's Navigator to Nimbus (+1)
*
* <h2>0.1 - Friday June 10, 2011</h2>
* <h2>0.1.4 - Friday June 10, 2011</h2>
*
* The first public release of Nimbus.
*
Expand Down

0 comments on commit fe2214f

Please sign in to comment.