Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 5aeee5b

Browse files
committed
Version 0.2.10 Alpha
1 parent aa1db9a commit 5aeee5b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Articulate/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.2.9.0")]
55-
[assembly: AssemblyFileVersion("0.2.9.0")]
54+
[assembly: AssemblyVersion("0.2.10.0")]
55+
[assembly: AssemblyFileVersion("0.2.10.0")]

Installer/Articulate.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Articulate"
5-
#define MyAppVersion "0.2.9"
5+
#define MyAppVersion "0.2.10"
66
#define MyAppPublisher "Articulate Team"
77
#define MyAppURL "https://github.com/Mpstark/articulate"
88
#define MyAppExeName "Articulate.exe"

0 commit comments

Comments
 (0)